Skip to content

Commit

Permalink
Fix UID for prod container
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Mar 9, 2025
1 parent 4199817 commit 4a89e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ FROM debian:stable-slim
########################################################################################################################
# Create User #
########################################################################################################################
RUN useradd -ms /bin/bash tira
RUN useradd -ms /bin/bash -u 1010 tira

########################################################################################################################
# Copy Data & Install Python and Dependencies #
Expand Down

0 comments on commit 4a89e68

Please sign in to comment.