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 bce2505 commit da5e00fCopy full SHA for da5e00f
nginx/Dockerfile-fpm-alpine-nginx
@@ -11,8 +11,8 @@ 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/
+ && mkdir -p /var/lib/nginx/tmp \
+ && chmod 777 /var/lib/nginx/tmp
16
17
# forward request and error logs to docker log collector
18
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
0 commit comments