Skip to content

Commit

Permalink
Make sure init.sh is executable (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCA committed Jan 10, 2024
1 parent ecea82d commit 84032d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN mkdir -p db
COPY --from=builder --chown=wgui:wgui /build/wg-ui .
RUN chmod +x wg-ui
COPY init.sh .
RUN chmod +x init.sh

EXPOSE 5000/tcp
ENTRYPOINT ["./init.sh"]

0 comments on commit 84032d1

Please sign in to comment.