Created
October 4, 2017 10:48
-
-
Save michael-wolfenden/709dc04daee861767cfc679e8edaa4d3 to your computer and use it in GitHub Desktop.
Docker create-react-app
This file contains 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 -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