Run "deploy-commands.js" on startup #9

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

Protected View File

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