Skip to content

Commit

Permalink
Make install.sh executable in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderdw committed Dec 21, 2024
1 parent b8c893b commit c154de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twingate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV LANG C.UTF-8
COPY config.json /app/ha_addon_version.json
COPY run.sh /
ADD https://binaries.twingate.com/client/linux/install.sh install.sh
RUN chmod a+x install.sh
RUN install.sh
RUN chmod a+x /run.sh

Expand Down

0 comments on commit c154de8

Please sign in to comment.