Skip to content

Commit

Permalink
Docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarlax committed Mar 25, 2024
1 parent 54946ab commit eaedfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN npm install
COPY . .

# Задайте команду для запуска бота
CMD [ "node", "todoist_bot.js" ]
CMD [ "node", "src/app/todoist_bot.js" ]

0 comments on commit eaedfd3

Please sign in to comment.