Skip to content

Commit

Permalink
fix file exec permissions in docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Dec 6, 2023
1 parent 185bead commit 0d38c99
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
@@ -1,5 +1,5 @@
FROM scratch

ADD bin/yggdrasil-linux-amd64 yggdrasil
COPY --chmod=755 bin/yggdrasil-linux-amd64 yggdrasil

ENTRYPOINT ["/yggdrasil"]

0 comments on commit 0d38c99

Please sign in to comment.