if at first you fail try again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-04-17 22:43:08 -07:00
parent 965274894b
commit 29d3299693

View File

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