Skip to content

Commit

Permalink
Merge pull request #80 from uswitch/airship-3070/migrate-to-gha
Browse files Browse the repository at this point in the history
fix file exec permissions in docker entrypoint
  • Loading branch information
mmcgarr committed Dec 6, 2023
2 parents 185bead + 0d38c99 commit 985eb91
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 985eb91

Please sign in to comment.