This commit is contained in:
Lukian LEIZOUR 2024-03-14 19:14:23 +01:00
parent 9341181f99
commit 236ca371bb
39 changed files with 659 additions and 1531 deletions

View file

@ -1,4 +1,4 @@
FROM node:latest
WORKDIR /app
COPY . /app
CMD ["node", "bot.js"]
CMD ["npm", "run", "start"]