Fix user and group creation for docker containers

This commit is contained in:
zeke 2024-02-07 10:47:36 -08:00 committed by Zeke Roa
parent 57a6154287
commit 17820b31c4
3 changed files with 6 additions and 14 deletions

View file

@ -36,7 +36,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
&& pecl install -o -f igbinary \
&& docker-php-ext-install gd zip opcache intl pdo pdo_mysql mysqli bcmath gettext iconv mbstring curl \
&& docker-php-ext-enable igbinary redis imagick \
&& useradd -MU leftypol \
&& /code/docker/common-setup.sh \
&& ln -s /code/composer.json /code/composer.lock /var/www-leftypol/ \
&& cd /var/www-leftypol && composer install
# RUN /code/docker/common-setup.sh php