We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c49120 commit 3e09429Copy full SHA for 3e09429
nginx/Dockerfile-fpm-alpine-nginx
@@ -11,6 +11,7 @@ RUN apk --update add nginx
11
# Note: chmod is a workaround for esotheric permissions issues on Alpine
12
COPY image-files/ /
13
RUN chown -R www-data:www-data /var/lib/nginx/ \
14
+ && mkdir -p /var/lib/nginx/tmp/client_body/ \
15
&& chmod 777 /var/lib/nginx/tmp/client_body/
16
17
# forward request and error logs to docker log collector
0 commit comments