feat: 首次提交

This commit is contained in:
2023-06-21 12:04:22 +08:00
commit e2d9a227c0
44 changed files with 11977 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
# 静态化部署方案
# 需要先在Jenkins打包生成dist目录然后运行
FROM nginx:1.24.0-alpine-slim
# 设置时区使nginx日志的时间变为中国标准时间
ENV TZ=CST-8
# 此配置可以通过yml的configs选项覆盖
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY storybook-static /app