We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8284383 commit 7e79710Copy full SHA for 7e79710
README.md
@@ -87,7 +87,7 @@ A browser should launch viewing [https://localhost:3000](https://localhost:3000)
87
### Option 2: Use Docker
88
89
1. `docker build --tag devjava .`
90
-1. `docker run --publish 3000:3000 --rm devjava`
+1. `docker run --publish 3000:3000 --init -it --rm devjava`
91
92
You should then be able to open a browser and visit [https://localhost:3000](https://localhost:3000)
93
0 commit comments