Commit 3e09429e authored by Tobias Munk's avatar Tobias Munk

fixed missing folder

parent 7c491207
Pipeline #19191 passed with stages
in 2 minutes and 22 seconds
......@@ -11,6 +11,7 @@ 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/
# forward request and error logs to docker log collector
......
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