Skip to content

Instantly share code, notes, and snippets.

@horsdal
Created February 16, 2019 07:14
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 horsdal/e3d8f4e2ef4bc74584f8353c66c6b6ca to your computer and use it in GitHub Desktop.
Save horsdal/e3d8f4e2ef4bc74584f8353c66c6b6ca to your computer and use it in GitHub Desktop.
Docker commands to build self-contained .NET Core app
> docker build . -t dbup:latest
> docker run --rm -v $pwd/output/:/src/bin/ dbup:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment