Skip to content

Commit

Permalink
Change chown for dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Jan 9, 2025
1 parent b3da153 commit 219cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass-core-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt update \

RUN groupadd -g 1432 passcoregroup && \
useradd -m -u 1532 -g passcoregroup passcoreuser && \
chown passcoreuser /app
chown -R passcoreuser:passcoregroup /app

USER passcoreuser

Expand Down

0 comments on commit 219cb8c

Please sign in to comment.