Skip to content

Commit 0a4acca

Browse files
committed
Correct mvn command to build docker image
1 parent ec85702 commit 0a4acca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tomcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When the Operator is running you can create some Tomcat Custom Resources. You ca
3636
If you want the Operator to be running as a deployment in your cluster, follow the below steps.
3737

3838
## Build
39-
You can build the sample using `mvn dockerfile:build` this will produce a Docker image you can push to the registry of your choice. The jar file is built using your local Maven and JDK and then copied into the Docker image.
39+
You can build the sample using `mvn install jib:dockerBuild` this will produce a Docker image you can push to the registry of your choice. The jar file is built using your local Maven and JDK and then copied into the Docker image.
4040

4141
## Install Operator into cluster
4242

0 commit comments

Comments
 (0)