maj readme

This commit is contained in:
2021-07-28 11:06:23 +02:00
parent e5f43e6051
commit d5b72a8970
3 changed files with 59 additions and 32 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
FROM nginx:alpine
COPY ./public /var/www/html
# Literally copy nginx.conf file from the Dockerfile directory into /etc/nginx/conf.d/default.conf of the container
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80