Skip to content

Commit f215523

Browse files
committed
fix maven command in readme
1 parent 5ab4d57 commit f215523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mysql-schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This should update the actual nginx deployment with new configuration.
4444

4545
### Build
4646

47-
You can build the sample using `mvn dockerfile:build` this will produce a Docker image you can push to the registry
47+
You can build the sample using `mvn package dockerfile:build` this will produce a Docker image you can push to the registry
4848
of your choice. The jar file is built using your local Maven and JDK and then copied into the Docker image.
4949

5050
### Deployment

0 commit comments

Comments
 (0)