Skip to content

Commit c2cfbef

Browse files
author
Mihai Bob
committed
updated readme for 1.6.5 request
1 parent 5caeaaf commit c2cfbef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6.4 ng new my-project-name
27+
docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli:1.6.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.6.4 ng g component sample-component
33+
docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli:1.6.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.6.4 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.6.5 ng serve --host 0.0.0.0
4040
```
4141

4242
## Credits

0 commit comments

Comments
 (0)