removed unused port from readme
diff --git a/README.md b/README.md
index 021b8d2..daa1af7 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 you'll have to run this command:
 
 ```
-docker run --rm -p 4000:4000 -p 35729:35729 --mount type=bind,src=$PWD,dst=/root/build --mount type=volume,dst=/root/build/node_modules -it apache/privacy_apache_org serve --watch --incremental
+docker run --rm -p 4000:4000 --mount type=bind,src=$PWD,dst=/root/build --mount type=volume,dst=/root/build/node_modules -it apache/privacy_apache_org serve --watch --incremental
 ```
 
 Once it runs, you can reach your website at:
@@ -38,5 +38,5 @@
 and connect to it with this command:
 
 ```
-docker run --rm -p 4000:4000 -p 35729:35729 --mount type=bind,src=$PWD,dst=/root/build --mount type=volume,dst=/root/build/node_modules -it  --entrypoint "/bin/bash" apache/privacy_apache_org
+docker run --rm -p 4000:4000 --mount type=bind,src=$PWD,dst=/root/build --mount type=volume,dst=/root/build/node_modules -it  --entrypoint "/bin/bash" apache/privacy_apache_org
 ```