Created
June 23, 2020 23:20
-
-
Save bradcypert/56f38ba1af9312dfc64818f07c201cb4 to your computer and use it in GitHub Desktop.
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
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