Skip to content

Instantly share code, notes, and snippets.

@luuhq
Created April 9, 2017 00:11
Show Gist options
  • Save luuhq/efdd42ff738abdb09818bfde1c5ef271 to your computer and use it in GitHub Desktop.
Save luuhq/efdd42ff738abdb09818bfde1c5ef271 to your computer and use it in GitHub Desktop.
FROM microsoft/dotnet:1.1.1-runtime
RUN mkdir /opt/app-release
WORKDIR /opt/app-release
COPY out .
ENTRYPOINT ["dotnet", "My.Dotnet.Application.dll"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment