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