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 31e42ee commit eeb3cfbCopy full SHA for eeb3cfb
1 file changed
docker/Dockerfile
@@ -26,8 +26,8 @@ RUN install-php-extensions \
26
FROM base AS dev
27
ARG USER_ID=10001
28
ARG GROUP_ID=10001
29
-ARG USER_NAME=www-data
30
-ARG GROUP_NAME=www-data
+ARG USER_NAME=appuser
+ARG GROUP_NAME=appuser
31
32
RUN install-php-extensions \
33
xdebug
0 commit comments