File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ RUN apk update \
1010 && rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
1111 && npm cache clean --force \
1212 && yarn cache clean \
13- && sed -i -e "s/bin\/ ash/bin\/ sh/" /etc/passwd
13+ && sed -i -e "s/bin\/ ash/bin\/ sh/" /etc/passwd
Original file line number Diff line number Diff line change 77 |___/
88```
99
10- ** @angular/cli :** 1.4.8 <br />
10+ ** @angular/cli :** 1.5.5 <br />
1111** node:** 6.11.2<br />
1212** npm:** 3.10.10<br />
1313** yarn:** 0.24.6<br />
@@ -24,19 +24,19 @@ This image has the same usage as Angular CLI (https://cli.angular.io/)
2424### Creating a project
2525
2626```
27- docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli:1.4.8-chromium ng new my-project-name
27+ docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli:1.5.5 ng new my-project-name
2828```
2929
3030### Generating a component
3131
3232```
33- docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli:1.4.8-chromium ng g component sample-component
33+ docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli:1.5.5 ng g component sample-component
3434```
3535
3636### Serving
3737
3838```
39- docker run -it --rm -w /app -v $(pwd)/my-project-name:/app -p 4200:4200 alexsuch/angular-cli:1.4.8-chromium ng serve --host 0.0.0.0
39+ docker run -it --rm -w /app -v $(pwd)/my-project-name:/app -p 4200:4200 alexsuch/angular-cli:1.5.5 ng serve --host 0.0.0.0
4040```
4141
4242## Credits
You can’t perform that action at this time.
0 commit comments