初始化项目文件
This commit is contained in:
12
build_file/prd/Dockerfile
Normal file
12
build_file/prd/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM nginx
|
||||
RUN mkdir -p /static/myDocs \
|
||||
&& cd /static/myDocs \
|
||||
&& mkdir static \
|
||||
&& mkdir upload \
|
||||
&& mkdir upload-video
|
||||
|
||||
#COPY git-ylsa0.cn.key /etc/nginx/git-ylsa0.cn.key
|
||||
#COPY git-ylsa0.cn_bundle.crt /etc/nginx/git-ylsa0.cn_bundle.crt
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY dist /usr/share/nginx/html
|
Reference in New Issue
Block a user