diff --git a/IdentityServer.Api/Dockerfile b/IdentityServer.Api/Dockerfile index b54a1a4..1f4bb98 100644 --- a/IdentityServer.Api/Dockerfile +++ b/IdentityServer.Api/Dockerfile @@ -32,4 +32,4 @@ ENV ConnectionStrings__DatabaseConnection="***REMOVED***" #Workaround to lower the TLS level in container for old sql server version RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf -ENTRYPOINT ["dotnet", "IdentityServer.Api.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "IdentityServer.Api.dll", "--console"] \ No newline at end of file