diff --git a/Dockerfile b/Dockerfile index 4d60fa0..002fcfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY etc/ /etc # Startup configuration WORKDIR /home/app USER app -ENTRYPOINT [ "node", "/home/app" ] +CMD [ "node", "/home/app/ts3bot", "--ts3-install-path=/home/app/ts3client" ]