Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from tongpu/feature/use_numeric_userid
Browse files Browse the repository at this point in the history
✨ (Dockerfile) Switched to numeric user id in Dockerfile
  • Loading branch information
hairmare authored May 1, 2020
2 parents 3ded3fb + 15317a4 commit f367fa4
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 @@ -3,6 +3,6 @@ FROM scratch
COPY potz-holzoepfel-und-zipfelchape /
COPY etc/passwd /etc/passwd

USER nobody
USER 65534

ENTRYPOINT ["/potz-holzoepfel-und-zipfelchape"]

0 comments on commit f367fa4

Please sign in to comment.