Hotfix for stop entrapment and addition of workdir in Dockerfile

This commit is contained in:
Daan Selen
2025-02-06 11:41:41 +01:00
parent 227bd088f7
commit 6f7b9815ca
2 changed files with 13 additions and 15 deletions

View File

@@ -85,5 +85,6 @@ COPY entrypoint.sh /entrypoint.sh
# Exposing the default WireGuard Dashboard port for web access.
EXPOSE 10086
WORKDIR $WGDASH
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]