aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4b2a7ee..497a17b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
FROM python:$python_version
# Create user 1000 so that the runAsUser has a username
-RUN useradd kingarthur -u 1000
+RUN useradd kingarthur -u 1000 -m
# Set Git SHA environment variable for Sentry
ARG git_sha="development"