Created
February 24, 2020 14:45
-
-
Save aweijnitz/406a98e2b49e8b256d1f8b613ad2c5e8 to your computer and use it in GitHub Desktop.
Start docker with latest node for local development
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 run -it --rm -p 5000:5000 -v $(pwd):/api -w="/api" node bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment