mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Make sure init.sh is executable
This commit is contained in:
parent
a22e807d2a
commit
12589c7fa5
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue