Skip to content

Commit

Permalink
Add space to check build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Oct 16, 2024
1 parent 9240590 commit 69cddcf
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,6 +20,7 @@ RUN groupadd --gid $GROUP_ID --non-unique $APP_GROUP && \
echo Created user $USER_ID and group $GROUP_ID

USER $APP_USER

WORKDIR $CODE_FOLDER

COPY --chown=$APP_USER:$APP_GROUP . .
Expand Down

0 comments on commit 69cddcf

Please sign in to comment.