mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix Dockerfile
This commit is contained in:
parent
0bcd2a79d1
commit
0e563dc58f
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ 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 nuget.config /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