Fix faulty startup command.

pull/5/head
Icedream 2015-11-02 09:57:27 +01:00
parent e459d1cdc2
commit d50400a1dd
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]