Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/cargo/develop/serde-1.0.205
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-N-Chernyshov authored Aug 12, 2024
2 parents 40ff480 + eddc05c commit 5ad9417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ RUN groupadd "$APP_USER" \
&& useradd -g "$APP_USER" "$APP_USER" \
&& mkdir -p ${APP}

COPY --from=builder /my-project-name/target/release/my-project-name ${APP}/my-project-name

RUN chown -R "$APP_USER":"$APP_USER" ${APP}

COPY --from=builder /my-project-name/target/release/my-project-name ${APP}/my-project-name

USER $APP_USER
WORKDIR ${APP}

Expand Down

0 comments on commit 5ad9417

Please sign in to comment.