Skip to content

Commit

Permalink
feat: add back chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 24, 2024
1 parent 0ba99eb commit ee44118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wireguard/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LABEL org.opencontainers.image.title="Wireguard"
WORKDIR /app

# Install Wireguard REST API
COPY install.sh /app/install.sh
COPY install.sh /app
RUN chmod +x install.sh

ENTRYPOINT [ "/app/install.sh" ]

0 comments on commit ee44118

Please sign in to comment.