Revert "Run "deploy-commands.js" at image build time"
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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