Files
NemesisAI/.idea/.idea.NemesisAI/Docker/compose.generated.override.yml
2024-12-25 19:37:14 +01:00

21 lines
560 B
YAML

# This is a generated file. Not intended for manual editing.
services:
nemesisBot:
build:
context: "I:\\NemesisAI"
dockerfile: "TelegramBot/Dockerfile"
target: "build"
command: []
entrypoint:
- "dotnet"
- "/app/bin/Debug/net9.0/TelegramBot.dll"
environment:
DOTNET_ENVIRONMENT: "Development"
image: "telegrambot:dev"
ports: []
volumes:
- "I:\\NemesisAI\\TelegramBot:/app:rw"
- "I:\\NemesisAI:/src:rw"
- "C:\\Users\\airon\\.nuget\\packages:/root/.nuget/packages"
working_dir: "/app"