Skip to content

Instantly share code, notes, and snippets.

@bradcypert
Created June 23, 2020 23:20
Show Gist options
  • Save bradcypert/56f38ba1af9312dfc64818f07c201cb4 to your computer and use it in GitHub Desktop.
Save bradcypert/56f38ba1af9312dfc64818f07c201cb4 to your computer and use it in GitHub Desktop.
docker image rm -f github-api:v1
docker build . --file dev.dockerfile --tag github-api:v1
docker run -v ~/Projects/github-api:/usr/src/app -it github-api:v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment