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 e324026 commit b9d4909Copy full SHA for b9d4909
8.4/Dockerfile
@@ -1,7 +1,7 @@
1
FROM serversideup/php:8.4-fpm-nginx-alpine
2
3
COPY --chmod=755 common/etc/entrypoint.d /etc/entrypoint.d
4
-COPY --chmod=644 --chown=www-data:www-data common/etc/nginx /etc/nginx
+COPY --chmod=755 --chown=www-data:www-data common/etc/nginx /etc/nginx
5
6
# PHP limits
7
ENV PHP_MEMORY_LIMIT=256M
0 commit comments