From f7882b46bfe310f9787eb7fb346669d22762ddd2 Mon Sep 17 00:00:00 2001 From: Ionut Adrian Ciolan Date: Sat, 28 Mar 2026 02:44:04 +0200 Subject: [PATCH] Update Dockerfile testing building --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 464df45..d4f3548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build WORKDIR /app + # Copy the project file and restore dependencies COPY ["src/DiIiS-NA/Blizzless.csproj", "src/DiIiS-NA/"] RUN dotnet restore "src/DiIiS-NA/Blizzless.csproj"