Skip to content
Snippets Groups Projects
Commit 2ff12e5d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

stop loading nginx conf file

parent d02619ae
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117834 passed with stages
in 7 minutes and 46 seconds
...@@ -76,6 +76,6 @@ RUN npm run generate ...@@ -76,6 +76,6 @@ RUN npm run generate
### STAGE: NGINX ### ### STAGE: NGINX ###
FROM nginxinc/nginx-unprivileged:1.25 FROM nginxinc/nginx-unprivileged:1.25
# RUN rm -rf /usr/share/nginx/html/* # 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 COPY --from=generate /usr/src/app/.output/public /etc/nginx/html
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment