Skip to content

Commit

Permalink
chown in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Sep 3, 2024
1 parent fcd4522 commit b614bb9
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 @@ -20,7 +20,7 @@ RUN groupadd --gid $GROUP_ID --non-unique $APP_GROUP && \
USER $APP_USER
WORKDIR $CODE_FOLDER

COPY . .
COPY --chown=$APP_USER:$APP_GROUP . .
RUN pip install -r requirements.txt


Expand Down

0 comments on commit b614bb9

Please sign in to comment.