We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ca4f1 commit 3ba4b44Copy full SHA for 3ba4b44
README.md
@@ -15,8 +15,8 @@ Docker must be installed. That's it. You do not need a Java JDK or Maven.
15
# Usage and Demo
16
17
**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.
+This step uses Maven to build, test, and package the [Java application](src/main/java/com/miguno/App.java)
+according to [pom.xml](pom.xml). The resulting image is 87MB in size.
20
21
```shell
22
# This may take a few minutes.
0 commit comments