We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccf4a1 commit e1afbceCopy full SHA for e1afbce
Dockerfile
@@ -62,8 +62,7 @@ COPY --chmod=755 scripts/healthcheck.sh ./healthcheck.sh
62
COPY --chmod=755 storage ./docker-compose
63
64
# Add non-root user and make volume mount point writable
65
-RUN groupadd --system fastapi && \
66
- adduser --system --ingroup fastapi --disabled-password --gecos '' fastapi && \
+RUN adduser --system --disabled-password --group fastapi && \
67
mkdir -p /storage && \
68
chown fastapi:fastapi /storage
69
0 commit comments