21 lines
560 B
YAML
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"
|