init: 电商批量生图工作台对比页与静态部署骨架

This commit is contained in:
2026-04-13 11:45:46 +08:00
commit f603dfa2b2
4 changed files with 256 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:1.27-alpine
COPY . /usr/share/nginx/html/
RUN rm -f /usr/share/nginx/html/Dockerfile /usr/share/nginx/html/.gitignore
EXPOSE 80