Bot telegram for nodejs platform. Dockerized.
this deployment is for ONLY dev istance. For prod,change dependency in package.json
Os linux installed in your system;
docker and docker compose. see my script for easy installation.
create dir and open terminal:
git clone https://github.com/william89731/sonnycreate dir database/db:
mkdir database/db -pcreate file .env and make. see env-example:
touch .envinstall module npm:
npm irun app:
docker compose --env-file .env up -d --remove-orphans
