Skip to content

Commit f2cbcda

Browse files
committed
Added more help
1 parent c99e290 commit f2cbcda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
docker-ngdev
22
============
33

4-
Run container with `docker run --rm -i -t -p 9000:9000 -v <host-directory-for-app>:/home/yeoman/app --name ngdev mcnullty/docker-ngdev`
4+
Run container with `docker run --rm -i -t -p 9000:9000 -p 35729:35729 -v <host-directory-for-app>:/home/yeoman/app --name ngdev mcnullty/docker-ngdev`
5+
6+
Port 35729 is exposed for live reload and is set in Gruntfile.js
57

68
Angular App [Yeoman tutorial][1]
79
=======

0 commit comments

Comments
 (0)