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

no chown

parent be147729
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #118338 passed with stages
in 7 minutes and 6 seconds
This commit is part of merge request !134. Comments created here will be created in the context of that merge request.
...@@ -79,6 +79,6 @@ FROM nginx:1.25-bookworm ...@@ -79,6 +79,6 @@ FROM nginx:1.25-bookworm
RUN apt update -y && apt install -y RUN apt update -y && apt install -y
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=generate /usr/src/app/.output/public /usr/share/nginx/html COPY --from=generate /usr/src/app/.output/public /usr/share/nginx/html
RUN chmod -R nginx:nginx /usr/share/nginx/html # RUN chmod -R nginx:nginx /usr/share/nginx/html/
USER nginx USER nginx
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