This commit is contained in:
Sebastian Schmittner 2020-04-02 00:02:54 +02:00 committed by GitHub
parent 9945bc5f76
commit 23cfd0df7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ EXPOSE 8080
ENV MUMBLE_SERVER=mumble.aventer.biz:64738
ENTRYPOINT ["/sbin/tini", "--"]
CMD websockify --ssl-target --web /home/node/dist 8080 "$MUMBLE_SERVER"
CMD websockify --ssl-target --web=/home/node/dist 8080 "$MUMBLE_SERVER"