version: '3.8'
services:
bot:
build: .
container_name: telegram_bot_kit
ports:
- "8080:80"
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]