Commit da5e00f5 authored by Tobias Munk's avatar Tobias Munk

fixed permissions

parent bce25057
Pipeline #20029 passed with stages
in 3 minutes and 23 seconds
......@@ -11,8 +11,8 @@ RUN apk --update add nginx
# Note: chmod is a workaround for esotheric permissions issues on Alpine
COPY image-files/ /
RUN chown -R www-data:www-data /var/lib/nginx/ \
&& mkdir -p /var/lib/nginx/tmp/client_body/ \
&& chmod 777 /var/lib/nginx/tmp/client_body/
&& mkdir -p /var/lib/nginx/tmp \
&& chmod 777 /var/lib/nginx/tmp
# forward request and error logs to docker log collector
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
......
Markdown is supported
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