AIHIT Worker Docker file

This commit is contained in:
Mikhail Kuznetsov
2023-10-02 14:01:13 +10:00
parent 86c94e3266
commit e2b1caefe3

View File

@@ -23,7 +23,7 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
# Fixes an old version TLS (dvgd-sql-1-1)
# Fixes an old version TLS (AIH IT GVC)
RUN sed -i 's/DEFAULT@SECLEVEL=2/DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf
ENTRYPOINT ["dotnet", "PARR.AIHITWorker.dll"]