init
This commit is contained in:
6
osdict_front/Dockerfile
Normal file
6
osdict_front/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM nginx:stable
|
||||
|
||||
COPY ./*.conf /etc/nginx/conf.d
|
||||
COPY . /var/local/web/
|
||||
|
||||
CMD [ "nginx", "-g", "daemon off;" ]
|
Reference in New Issue
Block a user