npm sucks

This commit is contained in:
spiral 2023-01-22 03:08:00 +00:00
parent 60b3b83870
commit d9fb53e87d
2 changed files with 3 additions and 2 deletions

View file

@ -8,4 +8,4 @@ RUN npm i
COPY . /app
CMD ["npm", "run", "ts-node", "bot.ts"]
CMD ["npm", "run", "start"]