mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix .net docker build
This commit is contained in:
parent
0fa0070d41
commit
e573e978da
5 changed files with 13 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue