From 5b47d16f4df0616745a12d7a4d244e548ae2c5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 28 Sep 2023 11:32:19 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 8b503fb..d4d4757 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -3,8 +3,8 @@ WORKDIR /src COPY . . RUN dotnet add OpenLibraryWrapper/OpenLibraryWrapper.csproj package Swashbuckle.AspNetCore -v 6.5 -RUN dotnet restore OpenLibraryWrapper/OpenLibraryWS_Wrapper.sln -RUN dotnet build OpenLibraryWrapper/OpenLibraryWS_Wrapper.sln +RUN dotnet restore OpenLibraryWS_Wrapper.sln +RUN dotnet build OpenLibraryWS_Wrapper.sln FROM mcr.microsoft.com/dotnet/aspnet:6.0 WORKDIR /app