diff --git a/Dockerfile b/Dockerfile index fd05b2c..9e8d943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY ./.output /web COPY entrypoint.sh /usr/bin/entrypoint.sh -RUN useradd --create-home --home-dir /web gorb +RUN busybox adduser -D -h /web gorb USER gorb