NO-JIRA add comment on current directory to the image build readme

This commit is contained in:
Gary Tully 2024-02-29 15:15:16 +00:00
parent b10e752e6e
commit 6fe603f717
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ An _empty_, _open_, _default_ broker with an acceptor on port 61616
First build an OCI image tar file from this artemis project using mvn.
The image wraps a plain java application based on a jre image. You should note the default `fromImage` property in the pom.xml and potentially override using `-DfromImage=<image url>` with your choice, as it may be out of date.
To build the image, use:
To build the image, from this directory, use:
 `$> mvn compile jib:buildTar@now`