Skip to content

Commit

Permalink
Update to non-root user
Browse files Browse the repository at this point in the history
  • Loading branch information
pselvana committed Aug 2, 2024
1 parent 73d68f5 commit 48f1d3e
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 @@ -20,4 +20,5 @@ RUN python3.11 -m venv .venv && . .venv/bin/activate && \
.venv/bin/pip install -r /home/datafoguser/app/requirements.txt

WORKDIR /home/datafoguser/app
USER datafoguser
ENTRYPOINT ["sh", "docker-entrypoint.sh"]

0 comments on commit 48f1d3e

Please sign in to comment.