We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target
/target/native-image
1 parent 369685f commit 24e6b2bCopy full SHA for 24e6b2b
Dockerfile
@@ -29,7 +29,7 @@ FROM oraclelinux:7-slim
29
MAINTAINER Jonas Hecht
30
31
# Add Spring Boot Native app spring-boot-graal to Container
32
-COPY --from=0 "/build/target/native-image/spring-boot-graal" spring-boot-graal
+COPY --from=0 "/build/target/spring-boot-graal" spring-boot-graal
33
34
# Fire up our Spring Boot Native app by default
35
CMD [ "sh", "-c", "./spring-boot-graal -Dserver.port=$PORT" ]
0 commit comments