We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e47bd commit 12f75b5Copy full SHA for 12f75b5
Dockerfile
@@ -49,5 +49,6 @@ ENV ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
49
FROM base AS final
50
WORKDIR /app
51
COPY --from=publish /app/publish .
52
+COPY --from=mcr.microsoft.com/dotnet/aspnet:7.0 /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf
53
EXPOSE 8085
54
ENTRYPOINT ["dotnet", "BtmsGateway.dll"]
0 commit comments