api dockerfile update
parent
9d3ca45427
commit
fc4452045a
|
@ -30,6 +30,7 @@ COPY --from=publish /app/publish .
|
|||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***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
|
||||
|
|
|
@ -28,6 +28,7 @@ COPY --from=publish /app/publish .
|
|||
ENV urls="http://*:80"
|
||||
ENV ConnectionStrings__DatabaseConnection="***REMOVED***"
|
||||
ENV IdentityServer__BaseAddress="http://***REMOVED***/"
|
||||
ENV NetworkResurrectorServer__BaseAddress="http://***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
|
||||
|
|
Loading…
Reference in New Issue