bostrot/telegram-support-bot

Docker-compose issue

Loamanroy opened this issue · 6 comments

When trying to start the project through docker-compose - docker gives an error Error: ENOENT: no such file or directory, open './config/config.yaml'. What I need to do?
2023-06-21_16-00-03

Hello there! As you are a first time Issuer please check whether your issue description is reasonable and complete. If you are having an issue always include the versions you are using (NodeJs, Typescript, ...) as well as a way to reproduce it. Thank you for reading! Now continue :)

Exactly what it says: make sure the file config/config.yaml exists and it is actually a file with your config in it.

Exactly what it says: make sure the file config/config.yaml exists and it is actually a file with your config in it.

However, I double-checked everything, even making sure that the file is indeed present in the container. The error doesn't go away.
2023-06-21_17-40-08
2023-06-21_17-41-55