bottestbug/docker-compose.yml

11 lines
176 B
YAML
Raw Normal View History

2025-03-22 00:16:53 +07:00
version: '3.8'
services:
bot:
build: .
container_name: telegram_bot
ports:
- "8080:80"
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]