Make sure init.sh is executable

This commit is contained in:
0xCA 2024-01-09 16:48:30 +05:00
parent a22e807d2a
commit 12589c7fa5

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