We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99e290 commit f2cbcdaCopy full SHA for f2cbcda
1 file changed
README.md
@@ -1,7 +1,9 @@
1
docker-ngdev
2
============
3
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`
+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
7
8
Angular App [Yeoman tutorial][1]
9
=======
0 commit comments