Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 23, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/f31a3192230b61b6118e6f4ef00aefc1 to your computer and use it in GitHub Desktop.
Save goyalmohit/f31a3192230b61b6118e6f4ef00aefc1 to your computer and use it in GitHub Desktop.
Copies SSL Certificate inside Docker Image
...
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