feat:增加docker配置

This commit is contained in:
2025-09-18 16:09:49 +08:00
parent 44e6176150
commit 52c14f5f6f
23 changed files with 75 additions and 294 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:1.27.0
COPY dist/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' > /etc/timezone