From 0e563dc58f128e70ccc528a48d77a14d49714193 Mon Sep 17 00:00:00 2001 From: spiral Date: Mon, 27 Sep 2021 02:17:02 -0400 Subject: [PATCH] fix Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9343108..3393eb26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/