Skip to content

Commit 24e6b2b

Browse files
committed
#21: spring-graalvm-native now produces native-image executables directly inside target - and not in /target/native-image.
1 parent 369685f commit 24e6b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM oraclelinux:7-slim
2929
MAINTAINER Jonas Hecht
3030

3131
# Add Spring Boot Native app spring-boot-graal to Container
32-
COPY --from=0 "/build/target/native-image/spring-boot-graal" spring-boot-graal
32+
COPY --from=0 "/build/target/spring-boot-graal" spring-boot-graal
3333

3434
# Fire up our Spring Boot Native app by default
3535
CMD [ "sh", "-c", "./spring-boot-graal -Dserver.port=$PORT" ]

0 commit comments

Comments
 (0)