5 lines
70 B
YAML
5 lines
70 B
YAML
version: '3'
|
|
services:
|
|
bot:
|
|
build: .
|
|
command: python3 bot.py |