added version 2.0

This commit is contained in:
Lukian LEIZOUR 2024-03-04 20:38:46 +01:00
parent 0163d40b4e
commit 0f18925d1a
3231 changed files with 1449 additions and 374732 deletions

View file

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