Skip to content

Instantly share code, notes, and snippets.

@StanGirard
Created October 14, 2020 07:17
Show Gist options
  • Save StanGirard/418b3fb7dd0ff7d8ee5ca8f9a6e6ae91 to your computer and use it in GitHub Desktop.
Save StanGirard/418b3fb7dd0ff7d8ee5ca8f9a6e6ae91 to your computer and use it in GitHub Desktop.
docker run \
-it \
--rm \
-v ${PWD}:/app \
-v /app/node_modules \
-p 3001:3000 \
react-b:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment