Skip to content

Commit b1b5fdc

Browse files
author
Andres D. Molins
committed
Fix: Solve user permissions on Ubuntu 24.04 image.
1 parent d8f0a66 commit b1b5fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker-build/pyaleph.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN pip install -e .
5858

5959
FROM base
6060

61-
RUN useradd -s /bin/bash aleph
61+
RUN useradd -s /bin/bash -u 1000 -g 1000 -o aleph
6262

6363
COPY --from=builder --chown=aleph /opt/venv /opt/venv
6464
COPY --from=builder --chown=aleph /opt/pyaleph /opt/pyaleph

0 commit comments

Comments
 (0)