9 lines
143 B
YAML
9 lines
143 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
bot:
|
|
image: bot
|
|
container_name: bot
|
|
build:
|
|
context: ./
|
|
dockerfile: Budet-cho-bot/Dockerfile |