We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385c838 commit 1c3bc91Copy full SHA for 1c3bc91
README.md
@@ -29,7 +29,6 @@ $ docker build -t miguno/java-docker-build-tutorial:latest .
29
**Step 2:** Start a container for the Docker image.
30
31
```shell
32
-$ ./start_container.sh
33
$ docker run -p 8123:8123 miguno/java-docker-build-tutorial:latest
34
```
35
0 commit comments