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

Try with a chown

parent 4b21ca1e
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #118325 failed with stages
in 6 minutes and 19 seconds
......@@ -79,5 +79,6 @@ FROM nginx:1.25-bookworm
RUN apt update -y && apt install -y
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=generate /usr/src/app/.output/public /usr/share/nginx/html
RUN chmod -R nginx:nginx /usr/share/nginx/html
USER nginx
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