From af7eeb68108fd4c692f5cf4c994ba979c115cc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 21 Sep 2023 11:39:40 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index f1a85f4..b5213ef 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 as build-env WORKDIR /Sources -COPY Sources/*.csproj . +COPY *.csproj . RUN dotnet restore COPY Sources . RUN dotnet publish -c Release -o /publish