Created
July 5, 2017 20:58
-
-
Save infoslack/e974685bb82c98b0811c7ca3e739a663 to your computer and use it in GitHub Desktop.
minimal Dockerfile
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: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