7 lines
79 B
YAML
7 lines
79 B
YAML
services:
|
|
bot:
|
|
build: .
|
|
restart: always
|
|
volumes:
|
|
- .:/code
|