initial commit
This commit is contained in:
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
bot:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile
|
||||
container_name: horeca_360_bot
|
||||
restart: always
|
||||
command: python3 main.py
|
||||
Reference in New Issue
Block a user