Skip to content

Commit

Permalink
set executable bits on entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 10, 2024
1 parent a55664c commit 3408ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ ARG VCPKG_VERSION="master"
FROM openziti/ziti-builder:v1

COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh
ENTRYPOINT [ "/root/entrypoint.sh" ]
Empty file.

0 comments on commit 3408ccb

Please sign in to comment.