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

Adduser

parent 01f90a45
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 #60171 passed
...@@ -20,8 +20,9 @@ RUN apt-get install -y \ ...@@ -20,8 +20,9 @@ RUN apt-get install -y \
# support running as arbitrary user which belongs to the root group # support running as arbitrary user which belongs to the root group
RUN chmod g+rwx /var/cache /var/run /var/log RUN chmod g+rwx /var/cache /var/run /var/log
RUN addgroup nginx root
RUN adduser nginx RUN adduser nginx
RUN addgroup nginx root
# forward request and error logs to docker log collector # forward request and error logs to docker log collector
RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
......
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