fix: fix adduser
invocation
This commit is contained in:
parent
7debdba37c
commit
96b1365974
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN <<EOF
|
||||||
php8.3-xml socat
|
php8.3-xml socat
|
||||||
a2dismod mpm_event
|
a2dismod mpm_event
|
||||||
a2enmod mpm_prefork
|
a2enmod mpm_prefork
|
||||||
adduser --system --in-group www-data \
|
adduser --system --ingroup www-data \
|
||||||
--shell '/usr/bin/php /opt/lwb5/scripts/ticks.php' \
|
--shell '/usr/bin/php /opt/lwb5/scripts/ticks.php' \
|
||||||
--comment 'LWB5 Ticks' \
|
--comment 'LWB5 Ticks' \
|
||||||
--home /opt/lwb5 --no-create-home \
|
--home /opt/lwb5 --no-create-home \
|
||||||
|
|
Loading…
Add table
Reference in a new issue