Skip to content

Commit

Permalink
Allow any user to run the container
Browse files Browse the repository at this point in the history
Fixes msztolcman#17

Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Nov 18, 2022
1 parent 26e7581 commit cbf005c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN addgroup -S sendria && adduser -S sendria -G sendria
WORKDIR /home/sendria
USER sendria
RUN python3 -m pip install --user sendria==$VERSION
RUN chmod 0755 .local
ENV PATH="/home/sendria/.local/bin:$PATH"

EXPOSE 1025 1080
Expand Down

0 comments on commit cbf005c

Please sign in to comment.