dockerfile update

master
Tudor Stanciu 2021-04-24 20:47:30 +03:00
parent f84d90ddca
commit 57e066f0a0
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ COPY --from=publish /app/publish .
ENV urls="http://*:80"
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
ENV IdentityServer__BaseAddress="https://toodle.ddns.net/identity-server-api/"
#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