diff --git a/Dockerfile b/Dockerfile index dec7f27..7ed17c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ WORKDIR $GOPATH/src/git.cliffbreak.de/Cliffbreak/tsviewer COPY config.json . RUN go build 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"] \ No newline at end of file +CMD ["./tsviewer"] \ No newline at end of file