We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ae45 commit c17b1fbCopy full SHA for c17b1fb
package.json
@@ -7,9 +7,8 @@
7
"tsc:w": "tsc -w",
8
"lite": "lite-server",
9
"typings": "typings",
10
- "docker:build": "docker build -t ng2-quickstart .",
11
- "docker:run": "docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
12
- "docker": "npm-run-all docker:build docker:run",
+ "docker-build": "docker build -t ng2-quickstart .",
+ "docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
13
"postinstall": "typings install"
14
},
15
"license": "ISC",
0 commit comments