Skip to content

Commit b9d4909

Browse files
committed
fix permissions
1 parent e324026 commit b9d4909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM serversideup/php:8.4-fpm-nginx-alpine
22

33
COPY --chmod=755 common/etc/entrypoint.d /etc/entrypoint.d
4-
COPY --chmod=644 --chown=www-data:www-data common/etc/nginx /etc/nginx
4+
COPY --chmod=755 --chown=www-data:www-data common/etc/nginx /etc/nginx
55

66
# PHP limits
77
ENV PHP_MEMORY_LIMIT=256M

0 commit comments

Comments
 (0)