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
027e7c50f8
@ -6,4 +6,5 @@ WORKDIR /app
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD [ "node","deploy-commands.js" ]
|
||||
CMD [ "node","bot.js" ]
|
Loading…
Reference in New Issue
Block a user