Practice_bot/docker-compose.yml

10 lines
148 B
YAML

version: '3.7'
services:
bot:
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- './:/usr/src/app'