feat: 首次提交
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
Reference in New Issue
Block a user