Skip to content

Commit e324026

Browse files
committed
fix permissions
1 parent c416784 commit e324026

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

8.4/Dockerfile

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

3-
COPY --chmod=755 common/ /
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
45

56
# PHP limits
67
ENV PHP_MEMORY_LIMIT=256M
@@ -58,9 +59,4 @@ RUN set -ex; \
5859
# Drop back to our unprivileged user
5960
USER www-data
6061

61-
ARG VERSION
62-
ARG REVISION
63-
64-
RUN echo "$VERSION (${REVISION:0:7})" > ${APP_BASE_DIR}/.version
65-
6662
EXPOSE 8080 8443

0 commit comments

Comments
 (0)