From abfeca62d13ba5d7eaf0ae46e24fd85c1aa52a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Thu, 28 Sep 2023 12:31:32 +0200 Subject: [PATCH] Update 'Sources/Dockerfile' --- Sources/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Dockerfile b/Sources/Dockerfile index d0b5193..d38b0ab 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -11,6 +11,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0 WORKDIR /app COPY --from=build /src/publish . - EXPOSE 80 ENTRYPOINT ["dotnet", "OpenLibraryWrapper.dll"] \ No newline at end of file