初始化项目文件
This commit is contained in:
11
build_file/dev/Dockerfile
Normal file
11
build_file/dev/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM nginx
|
||||
RUN mkdir -p /data \
|
||||
&& cd /data \
|
||||
&& mkdir static \
|
||||
&& mkdir upload \
|
||||
&& mkdir upload-video \
|
||||
&& mkdir upload-note
|
||||
|
||||
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