Make sure init.sh is executable (#526)

This commit is contained in:
0xCA 2024-01-11 00:25:40 +05:00 committed by GitHub
parent ecea82d172
commit 84032d1e06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]