could do this on deploy only, but I don't feel like figuring that out...
This commit is contained in:
@ -6,4 +6,5 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
RUN [ "node","deploy-commands.js" ]
|
||||||
CMD [ "node","bot.js" ]
|
CMD [ "node","bot.js" ]
|
Reference in New Issue
Block a user