From 2ff12e5db62c13214d92776ca1d04104a08b2a6d Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 7 Dec 2023 20:06:34 +0100 Subject: [PATCH] stop loading nginx conf file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3c9baec..95b75c82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,6 @@ RUN npm run generate ### STAGE: NGINX ### FROM nginxinc/nginx-unprivileged:1.25 # RUN rm -rf /usr/share/nginx/html/* -COPY nginx.conf /etc/nginx/conf.d/default.conf +# COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=generate /usr/src/app/.output/public /etc/nginx/html CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file -- GitLab