Skip to content

Commit 7e79710

Browse files
committed
adding init
1 parent 8284383 commit 7e79710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ A browser should launch viewing [https://localhost:3000](https://localhost:3000)
8787
### Option 2: Use Docker
8888

8989
1. `docker build --tag devjava .`
90-
1. `docker run --publish 3000:3000 --rm devjava`
90+
1. `docker run --publish 3000:3000 --init -it --rm devjava`
9191

9292
You should then be able to open a browser and visit [https://localhost:3000](https://localhost:3000)
9393

0 commit comments

Comments
 (0)