Created
September 23, 2018 09:32
-
-
Save goyalmohit/f31a3192230b61b6118e6f4ef00aefc1 to your computer and use it in GitHub Desktop.
Copies SSL Certificate inside Docker Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
FROM microsoft/dotnet:2.1-aspnetcore-runtime | |
WORKDIR /app | |
COPY --from=build /app . | |
COPY my_web_domain.pfx . | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment