Skip to content

Commit 3ba4b44

Browse files
committed
Docs
1 parent 61ca4f1 commit 3ba4b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Docker must be installed. That's it. You do not need a Java JDK or Maven.
1515
# Usage and Demo
1616

1717
**Step 1:** Create the Docker image `miguno/java-docker-build:latest` according to [Dockerfile](Dockerfile).
18-
This step uses Maven to build, test, and package the Java application according to [pom.xml](pom.xml).
19-
The resulting image is 87MB in size.
18+
This step uses Maven to build, test, and package the [Java application](src/main/java/com/miguno/App.java)
19+
according to [pom.xml](pom.xml). The resulting image is 87MB in size.
2020

2121
```shell
2222
# This may take a few minutes.

0 commit comments

Comments
 (0)