From 116dd2fa35607585e56400f1ca7991e5de042919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Fri, 22 Nov 2024 12:15:09 +0100 Subject: [PATCH] Hint the port 8080 for docker tools --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 980438b..f998257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 COPY ./out/ /App/ WORKDIR /App +EXPOSE 8080 ENTRYPOINT ["dotnet", "StreamCinemaWeb.dll"] \ No newline at end of file