Skip to content

Commit 2e23f8d

Browse files
committed
Extended docs regarding native build with separate profile.
1 parent 4e3f254 commit 2e23f8d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-admin-samples/spring-boot-admin-sample-servlet-graalvm

1 file changed

+1
-1
lines changed

spring-boot-admin-samples/spring-boot-admin-sample-servlet-graalvm/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ mvn clean package -Pnative
1515
## Build an OCI image that can be run with Docker
1616

1717
```
18-
$ mvn spring-boot:build-image -Dspring-boot.build-image.imageName=spring-boot-admin-sample-servlet-graalvm:latest
18+
$ mvn spring-boot:build-image -Pnative -Dspring-boot.build-image.imageName=spring-boot-admin-sample-servlet-graalvm:latest
1919
```
2020

2121
## Running the example

0 commit comments

Comments
 (0)