Compare commits

..

1 Commits

Author SHA1 Message Date
2d39e813fa Run "deploy-commands.js" at image build time
could do this on deploy only, but I don't feel like figuring that out...
2024-04-17 22:29:42 -07:00

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