Last active
September 30, 2021 08:47
-
-
Save M4R14/d9b6e7a51ed9865204b427a481fcfc5a to your computer and use it in GitHub Desktop.
docker run node
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 --rm --interactive --tty -w /app --volume $PWD:/app node:8 yarn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment