Initial commit with working services
This commit is contained in:
4
nginx.dockerfile
Normal file
4
nginx.dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx
|
||||
COPY ./nginx/nginx.conf /etc/nginx/
|
||||
COPY ./nginx/mime.types /etc/nginx/
|
||||
COPY ./nginx/sites-available /etc/nginx/
|
||||
Reference in New Issue
Block a user