Skip to content
Snippets Groups Projects
Commit 2d10628f authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ dockerfile

parent 20a1fe9a
No related branches found
No related tags found
3 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment,!2Openshift deployment
Pipeline #59262 passed
...@@ -61,7 +61,7 @@ RUN adduser nginx ...@@ -61,7 +61,7 @@ RUN adduser nginx
RUN addgroup nginx root RUN addgroup nginx root
RUN mkdir /var/cache/nginx RUN mkdir /var/cache/nginx
RUN mkdir -p /var/lib/nginx/fastcgi RUN mkdir -p /var/lib/nginx/fastcgi
RUN chmod ugo+w /var/cache/nginx /var/log/nginx /var/lib/nginx RUN chmod ugo+w /var/cache/nginx /var/log/nginx /var/lib/nginx /usr/share/nginx /var/log/nginx/error.log
USER nginx USER nginx
# support running as arbitrary user which belongs to the root group # support running as arbitrary user which belongs to the root group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment