create home
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-03-16 09:47:06 +01:00
parent ceacdda659
commit 205fecb6f1

View File

@@ -7,7 +7,7 @@ COPY start-container /usr/local/bin/start-container
RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y update \
&& apt-get install -y php php-xml php-curl php-xml php-mbstring composer npm \
&& useradd --uid=$USER_UID $USERNAME \
&& useradd --create-home --uid=$USER_UID $USERNAME \
&& chmod +x /usr/local/bin/start-container
EXPOSE 8080