Practice_bot/docker-compose.yml

10 lines
148 B
YAML
Raw Permalink Normal View History

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