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:
Quaternions 2024-04-18 05:18:55 +00:00 committed by Quaternions
parent 21b7c2876b
commit 83148d6ed8

View File

@ -6,4 +6,5 @@ WORKDIR /app
RUN npm install
CMD [ "node","bot.js" ]
CMD [ "node","bot.js" ]
CMD [ "node","deploy-commands.js" ]