Run "deploy-commands.js" at image build time
Some checks failed
continuous-integration/drone/push Build is failing

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 2d39e813fa

View File

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