Skip to content

Instantly share code, notes, and snippets.

@michael-wolfenden
Created October 4, 2017 10:48
Show Gist options
  • Save michael-wolfenden/709dc04daee861767cfc679e8edaa4d3 to your computer and use it in GitHub Desktop.
Save michael-wolfenden/709dc04daee861767cfc679e8edaa4d3 to your computer and use it in GitHub Desktop.
Docker create-react-app
docker run -it --rm -v ${PWD}:/src -w /src node:8.6.0-alpine /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment