add dockerfile
Showing
.dockerignore
0 → 100644
Dockerfile
0 → 100644
... | @@ -7,6 +7,8 @@ | ... | @@ -7,6 +7,8 @@ |
"tsc:w": "tsc -w", | "tsc:w": "tsc -w", | ||
"lite": "lite-server", | "lite": "lite-server", | ||
"typings": "typings", | "typings": "typings", | ||
"docker-build": "docker build -t ng2-quickstart .", | |||
"docker-run": "docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart", | |||
"postinstall": "typings install" | "postinstall": "typings install" | ||
}, | }, | ||
"license": "ISC", | "license": "ISC", | ||
... | @@ -24,4 +26,4 @@ | ... | @@ -24,4 +26,4 @@ |
"typescript": "^1.8.9", | "typescript": "^1.8.9", | ||
"typings":"^0.7.11" | "typings":"^0.7.11" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment