diff --git a/Dockerfile b/Dockerfile index abee565..599243d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN mkdir /opt/ts3proxy WORKDIR /opt/ts3proxy COPY . . RUN bash setup.sh -ENTRYPOINT ["python3 -m ts3proxy"] \ No newline at end of file +ENTRYPOINT ["bash","python3","-m","ts3proxy"] \ No newline at end of file