Revert "Run "deploy-commands.js" at image build time"

This reverts commit 2d39e813fad284cb0acdec1ce98947af74fb2be5.
This commit is contained in:
Quaternions 2024-04-17 22:34:31 -07:00
parent 2d39e813fa
commit 965274894b

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