Created
June 26, 2018 05:51
-
-
Save Yuyz0112/7ffc020f02a04b5f28ed14359672bae5 to your computer and use it in GitHub Desktop.
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 -i \ | |
--rm \ | |
--name node-test \ | |
-v "$PWD":/code \ | |
-w /code node:latest \ | |
/bin/bash -c "npm i --silent --progress=false --registry=https://registry.npm.taobao.org && npm run test" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment