Practice_bot/docker-compose.yml

8 lines
109 B
YAML
Raw Normal View History

2024-03-04 02:48:50 +01:00
version: '3.7'
services:
bot:
build:
context: .
dockerfile: Dockerfile
restart: always