You can deploy projectstablity 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
Don't forget to set token
args in your docker compose!
docker-compose up -d --build
- Hossein Araghi
- Email : [email protected]
- Website : hossara.com
- Instagram : @hossara.dev | @hossara.pv
- LinkedIn : @dev-haraghi