Skip to content

Commit

Permalink
chown to moby
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 5, 2023
1 parent 588709e commit d5d5175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN adduser \
chown -R moby /work && \
printf '\nexport PATH=/usr/local/venv/bin:"${PATH}"\n' >> /home/moby/.bashrc

COPY --from=builder /usr/local/venv /usr/local/venv
COPY --from=builder --chown=moby /usr/local/venv /usr/local/venv/

USER moby

Expand Down

0 comments on commit d5d5175

Please sign in to comment.