Run "deploy-commands.js" on startup
could do this on deploy only, but I don't feel like figuring that out...
This commit is contained in:
parent
21b7c2876b
commit
ffd8424209
@ -6,4 +6,4 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
CMD [ "node","bot.js" ]
|
CMD [ "node","bot.js", "deploy-commands.js" ]
|
Loading…
Reference in New Issue
Block a user