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
|
||||
WORKDIR /home/app
|
||||
USER app
|
||||
ENTRYPOINT [ "node", "/home/app" ]
|
||||
CMD [ "node", "/home/app/ts3bot", "--ts3-install-path=/home/app/ts3client" ]
|
||||
|
|
Loading…
Reference in New Issue