Skip to content

Commit

Permalink
Set default user in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed May 30, 2024
1 parent 142ce0f commit 8319a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ ARG CHANNEL_JSON_FILE

COPY channels/$CHANNEL_JSON_FILE /channel.json

USER 10010:10010

ENTRYPOINT ["cp"]
CMD ["/channel.json", "/data/output"]

0 comments on commit 8319a36

Please sign in to comment.