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

MAJ

parent a6b21fda
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 #60168 failed
......@@ -20,13 +20,8 @@ RUN apt-get install -y \
# support running as arbitrary user which belongs to the root group
RUN chmod g+rwx /var/cache /var/run /var/log
RUN set -x \
# create nginx user/group first, to be consistent throughout docker variants
&& adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx \
&& apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates
RUN addgroup nginx root
RUN adduser nginx
# 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
......
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