This commit is contained in:
2025-05-13 09:22:14 +02:00
parent 9e378ca2b7
commit 4a2c1d206e
6 changed files with 32 additions and 29 deletions

View File

@@ -59,6 +59,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.3
RUN userdel -r ubuntu
#RUN groupadd --force -g $WWWGROUP sail
RUN groupadd --force -g sail
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
COPY start-container /usr/local/bin/start-container