Skip to content

Commit a9c6cab

Browse files
author
Mano Marks
authored
Renaming file and correcting a missing directory (docker#34)
* Rename file Rename ch02-basic-conceps.adoc to ch02-basic-concepts.adoc * Corrected path Added helloworld to path in cd to docker-java-sample
1 parent b15c0a7 commit a9c6cab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

java/chapters/ch03-build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Create the Docker image:
218218

219219
[source, text]
220220
----
221-
cd docker-java-sample
221+
cd docker-java-sample/helloworld
222222
mvn package -Pdocker
223223
----
224224

0 commit comments

Comments
 (0)