From 4214da3f7182403cd002a1b9e275d6c5a40c4c8b Mon Sep 17 00:00:00 2001 From: greglebreton Date: Wed, 28 Jul 2021 13:40:17 +0200 Subject: [PATCH] maj Dockerfile nginx.conf path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 089eb76..74947c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nginx:alpine COPY ./public /var/www/html -COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf +COPY ./nginx-docker/nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80