mirror of https://github.com/icedream/ts3bot.git
Fix faulty startup command.
parent
e459d1cdc2
commit
d50400a1dd
|
@ -18,4 +18,4 @@ COPY etc/ /etc
|
||||||
# Startup configuration
|
# Startup configuration
|
||||||
WORKDIR /home/app
|
WORKDIR /home/app
|
||||||
USER app
|
USER app
|
||||||
ENTRYPOINT [ "node", "/home/app" ]
|
CMD [ "node", "/home/app/ts3bot", "--ts3-install-path=/home/app/ts3client" ]
|
||||||
|
|
Loading…
Reference in New Issue