From 205fecb6f19195787d459e35afb750c58f7409ca Mon Sep 17 00:00:00 2001 From: vista Date: Thu, 16 Mar 2023 09:47:06 +0100 Subject: [PATCH] create home --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index a21cece..8d791fe 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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