Skip to content

Commit

Permalink
build: 👷 updated dockerfile workdir and entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fkmeland committed Mar 3, 2023
1 parent 9d85756 commit 39f45d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine
COPY envreplace /
WORKDIR /app
COPY envreplace /app/

USER 1001
ENTRYPOINT ["envreplace"]
ENTRYPOINT ["/app/envreplace"]
CMD ["-h"]

0 comments on commit 39f45d5

Please sign in to comment.