Skip to content

Commit 10f3ae4

Browse files
authored
Merge pull request #130 from shopware/fix/user-id-frankenphp
fix: use same user-id for frankenphp
2 parents 8930197 + e61f594 commit 10f3ae4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frankenphp/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN <<EOF
2727
apt-get upgrade -y
2828
install-php-extensions bcmath gd intl mysqli pdo_mysql pcntl sockets bz2 gmp soap zip ffi opcache redis apcu amqp zstd
2929
mkdir -p /var/www/html
30+
usermod -u 82 www-data
31+
groupmod -g 82 www-data
3032
chown -R www-data:www-data /data/caddy && chown -R www-data:www-data /config/caddy
3133
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
3234
EOF

0 commit comments

Comments
 (0)