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

MAJ

parent 066d8f39
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 #60161 failed
......@@ -15,8 +15,7 @@ RUN apt-get install -y \
npm \
wget \
nginx \
nginx-full \
nginx-full
# support running as arbitrary user which belongs to the root group
......@@ -31,8 +30,7 @@ RUN set -x \
# 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