deptyped / notepher-bot

Note-taking Telegram Mini App
https://t.me/NotepherBot
MIT License
155 stars 22 forks source link

docker compose #41

Open burjuyz opened 5 months ago

burjuyz commented 5 months ago

Hi dev! What about docker compose file? Is it possible to run your bot as container?

deptyped commented 5 months ago

Hi, I added an example in deploy/docker-compose branch (diff)

burjuyz commented 5 months ago

Thanks for swift reply. There is an error after docker build and start up

telegram-bot-template@0.1.0 dev tsc-watch --onSuccess "tsx ./src/main.ts" sh: 1: tsc-watch: not found

deptyped commented 5 months ago

It looks like you did not install the dependencies (npm install step). Please follow the instructions in README