dockerfile update

master
Tudor Stanciu 2020-12-25 03:03:23 +02:00
parent 5379868395
commit abc563346c
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
#Workaround to lower the TLS level in container for old sql server version #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 RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf
ENTRYPOINT ["dotnet", "IdentityServer.Api.dll"] ENTRYPOINT ["dotnet", "IdentityServer.Api.dll", "--console"]