CS50x Iran Telegram Bot

RELEASE Tech

Navigation

Deploy

First make sure you set your token to Cs50BotApplication.kt file! You can deploy project using docker and docker-compose!

First create a docker-compose.yaml

version: '3.9'
services:
  cs50_bot:
    restart: on-failure
    build: ./cs50_bot
    ports:
      - '8080:8080'

After that, clone the project using git

git clone https://github.com/YasTechOrg/cs50_bot

Finally, you can build and deploy project using docker compose

docker-compose up -d --build

Contact

GitHub

View Github