mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix Dockerfile ...again
This commit is contained in:
parent
0e563dc58f
commit
6251d29abb
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
|
|||
WORKDIR /app
|
||||
|
||||
# Restore/fetch dependencies excluding app code to make use of caching
|
||||
COPY PluralKit.sln /app/
|
||||
COPY Myriad/Myriad.csproj /app/Myriad/
|
||||
COPY PluralKit.API/PluralKit.API.csproj /app/PluralKit.API/
|
||||
COPY PluralKit.Bot/PluralKit.Bot.csproj /app/PluralKit.Bot/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue