Skip to content

Commit

Permalink
run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
daviidarr committed Jul 17, 2024
1 parent 7dcf3ba commit 489f1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ COPY --chown=$USER:$USER / $ACTUALYIELD_PATH
RUN pip3 install -Ur $ACTUALYIELD_PATH/requirements.txt

# Run container as root to be able to create and write in folders
USER $USER
USER root
ENTRYPOINT [ "./run.sh" ]

0 comments on commit 489f1f8

Please sign in to comment.