add nginx.conf

default nginx.conf form standard docker container
This commit is contained in:
2021-10-21 23:13:00 +02:00
parent 7e7f7d59a0
commit 0fa012c95d
2 changed files with 34 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
FROM nginx
COPY www /usr/share/nginx/html
COPY www /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf