From 574f813c0d7954e7c5bdb2dc028889037e7e76d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 28 Sep 2023 12:07:20 +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 066e193..035517b 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -10,7 +10,7 @@ RUN dotnet build OpenLibraryWS_Wrapper.sln WORKDIR /app #COPY --from=build /src . -COPY /src . +COPY /src /app EXPOSE 80 ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"] \ No newline at end of file