diff --git a/Dockerfile b/Dockerfile index aae4a8b..5916dd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY --from=build /app/public /usr/share/nginx/html #copy allowed mime types and nginx config COPY ./nginx/mime.types /etc/nginx/mime.types -COPY ./nginx/nginx.conf /etc/nginx/nginx.conf +COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf # Expose port 80 to access the app EXPOSE 80