Skip to content

Commit 3e09429

Browse files
committed
fixed missing folder
1 parent 7c49120 commit 3e09429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/Dockerfile-fpm-alpine-nginx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apk --update add nginx
1111
# Note: chmod is a workaround for esotheric permissions issues on Alpine
1212
COPY image-files/ /
1313
RUN chown -R www-data:www-data /var/lib/nginx/ \
14+
&& mkdir -p /var/lib/nginx/tmp/client_body/ \
1415
&& chmod 777 /var/lib/nginx/tmp/client_body/
1516

1617
# forward request and error logs to docker log collector

0 commit comments

Comments
 (0)