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

with chown not R

parent 600b924f
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #118355 passed with stages
in 6 minutes and 38 seconds
This commit is part of merge request !134. Comments created here will be created in the context of that merge request.
......@@ -80,5 +80,6 @@ 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/
RUN chown 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