Skip to content

Commit 12f75b5

Browse files
Trying SSL workaround due to dotnet base image (#116)
1 parent 02e47bd commit 12f75b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ ENV ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
4949
FROM base AS final
5050
WORKDIR /app
5151
COPY --from=publish /app/publish .
52+
COPY --from=mcr.microsoft.com/dotnet/aspnet:7.0 /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf
5253
EXPOSE 8085
5354
ENTRYPOINT ["dotnet", "BtmsGateway.dll"]

0 commit comments

Comments
 (0)