Final Fix maybe

This commit is contained in:
Moritz 2019-01-31 22:51:48 +01:00
parent d1b9551889
commit 298435a4cb

View file

@ -18,4 +18,4 @@ WORKDIR $GOPATH/src/git.cliffbreak.de/Cliffbreak/tsviewer
COPY config.json . COPY config.json .
RUN go build RUN go build
EXPOSE 8080 EXPOSE 8080
CMD ["./tsviewer", "-ts3_ip=$ts3_ip", "-ts3_name=$ts3_name", "-ts3_pw=$ts3_pw","-ts3_port=$ts3_port", "-ts3_query=$ts3_query", "-web_port=$web_port"] CMD ["./tsviewer"]