diff --git a/Verax_API_EF/Dockerfile b/Verax_API_EF/Dockerfile index 3f128a1..6650ae9 100644 --- a/Verax_API_EF/Dockerfile +++ b/Verax_API_EF/Dockerfile @@ -8,4 +8,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR / COPY --from=build-env /out . ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false -ENTRYPOINT ["dotnet", "API.dll"] \ No newline at end of file +ENV ASPNETCORE_HTTP_PORTS=80 +ENTRYPOINT ["dotnet", "API.dll","--launch-profile Docker"] \ No newline at end of file