Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 211 Bytes

ISEE Telegram Bot

Set the env variables:

cp .env.example .env

Development Run:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d

Production Run:

docker-compose up -d