Skip to content

Commit aabbff4

Browse files
committed
Fixing pom.xml path for maven sample
1 parent 76acab8 commit aabbff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/java/chapters/ch03-build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Run the Docker container:
234234

235235
[source, text]
236236
----
237-
mvn -f docker-java-sample/helloworld/pom.xml install -Pdocker
237+
mvn -f docker-java-sample/pom.xml install -Pdocker
238238
----
239239

240240
This will show an output like:

0 commit comments

Comments
 (0)