fix: fix adduser invocation

This commit is contained in:
Emmanuel BENOîT 2024-12-31 13:54:12 +01:00
parent 7debdba37c
commit 96b1365974
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -18,7 +18,7 @@ RUN <<EOF
php8.3-xml socat
a2dismod mpm_event
a2enmod mpm_prefork
adduser --system --in-group www-data \
adduser --system --ingroup www-data \
--shell '/usr/bin/php /opt/lwb5/scripts/ticks.php' \
--comment 'LWB5 Ticks' \
--home /opt/lwb5 --no-create-home \