Skip to content

Commit eeb3cfb

Browse files
authored
fix dockerfile (#360)
1 parent 31e42ee commit eeb3cfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN install-php-extensions \
2626
FROM base AS dev
2727
ARG USER_ID=10001
2828
ARG GROUP_ID=10001
29-
ARG USER_NAME=www-data
30-
ARG GROUP_NAME=www-data
29+
ARG USER_NAME=appuser
30+
ARG GROUP_NAME=appuser
3131

3232
RUN install-php-extensions \
3333
xdebug

0 commit comments

Comments
 (0)