We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f0a66 commit b1b5fdcCopy full SHA for b1b5fdc
deployment/docker-build/pyaleph.dockerfile
@@ -58,7 +58,7 @@ RUN pip install -e .
58
59
FROM base
60
61
-RUN useradd -s /bin/bash aleph
+RUN useradd -s /bin/bash -u 1000 -g 1000 -o aleph
62
63
COPY --from=builder --chown=aleph /opt/venv /opt/venv
64
COPY --from=builder --chown=aleph /opt/pyaleph /opt/pyaleph
0 commit comments