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 c416784 commit e324026Copy full SHA for e324026
8.4/Dockerfile
@@ -1,6 +1,7 @@
1
FROM serversideup/php:8.4-fpm-nginx-alpine
2
3
-COPY --chmod=755 common/ /
+COPY --chmod=755 common/etc/entrypoint.d /etc/entrypoint.d
4
+COPY --chmod=644 --chown=www-data:www-data common/etc/nginx /etc/nginx
5
6
# PHP limits
7
ENV PHP_MEMORY_LIMIT=256M
@@ -58,9 +59,4 @@ RUN set -ex; \
58
59
# Drop back to our unprivileged user
60
USER www-data
61
-ARG VERSION
62
-ARG REVISION
63
-
64
-RUN echo "$VERSION (${REVISION:0:7})" > ${APP_BASE_DIR}/.version
65
66
EXPOSE 8080 8443
0 commit comments