Skip to content

Instantly share code, notes, and snippets.

@aweijnitz
Created February 24, 2020 14:45
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 aweijnitz/406a98e2b49e8b256d1f8b613ad2c5e8 to your computer and use it in GitHub Desktop.
Save aweijnitz/406a98e2b49e8b256d1f8b613ad2c5e8 to your computer and use it in GitHub Desktop.
Start docker with latest node for local development
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