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

Merged
Quaternions merged 1 commits from quaternions-patch-1 into master 2024-04-18 05:34:57 +00:00

Protected 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" ]