Skip to content

Commit

Permalink
Add RUN chown 1000:1000 /src/ -R to end of Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocron committed May 10, 2024
1 parent 325e81a commit b0ee59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ COPY docker/penhas-minion-worker.sh /etc/service/penhas-minion-worker/run

COPY . /src

RUN chown 1000:1000 /src/ -R

0 comments on commit b0ee59c

Please sign in to comment.