Practice_bot/docker-compose.yml

8 lines
109 B
YAML

version: '3.7'
services:
bot:
build:
context: .
dockerfile: Dockerfile
restart: always