Skip to content

Instantly share code, notes, and snippets.

@mauricedb
Created December 13, 2015 14:07
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 mauricedb/a0427b1a3a39eba071c5 to your computer and use it in GitHub Desktop.
Save mauricedb/a0427b1a3a39eba071c5 to your computer and use it in GitHub Desktop.
FROM microsoft/aspnet:1.0.0-beta8-coreclr
COPY./src/WebApplication3./app
WORKDIR./app
RUN dnu restore
ENTRYPOINT dnx web --server.urls http://*:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment