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
parent 21b7c2876b
commit ffd8424209

View File

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