Skip to content

Instantly share code, notes, and snippets.

@infoslack
Created July 5, 2017 20:58
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 infoslack/e974685bb82c98b0811c7ca3e739a663 to your computer and use it in GitHub Desktop.
Save infoslack/e974685bb82c98b0811c7ca3e739a663 to your computer and use it in GitHub Desktop.
minimal Dockerfile
FROM microsoft/dotnet:1.1.2-runtime
ADD . /app/Service.Authentication.Identity
COPY appsettings.json /var/cedro/configs/
ENTRYPOINT dotnet /app/Service.Authentication.Identity/Service.Authentication.Identity.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment