fix .net docker build

This commit is contained in:
alyssa 2025-05-18 13:19:20 +00:00
parent 0fa0070d41
commit e573e978da
5 changed files with 13 additions and 2 deletions

View file

@ -2,7 +2,9 @@ version: "3"
services:
bot:
build: .
build:
context: .
dockerfile: ci/Dockerfile.dotnet
command: ["bin/PluralKit.Bot.dll"]
environment:
- "PluralKit__Database=Host=db;Username=postgres;Password=postgres;Database=postgres"