From 9e547e38871caf1d6c5655a2c6b0b36ef7872d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 28 Sep 2023 12:01: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 2d1cac2..2b64e07 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -9,7 +9,7 @@ RUN dotnet build OpenLibraryWS_Wrapper.sln FROM mcr.microsoft.com/dotnet/aspnet:7.0 WORKDIR /app -COPY --from=build /src /app +COPY --from=build /src . EXPOSE 80 ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"] \ No newline at end of file