Skip to content

Commit ecf5814

Browse files
author
Vadym Kazulkin
committed
investigate spring boot and in crac in lambda container image
1 parent 4a11534 commit ecf5814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-3.2-docker-image-with-crac/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ COPY --from=build /src/target/dependency/*.jar ./
2626
COPY --from=build /src/target/*.jar ./
2727

2828
ENV JAVA_ENTRY_HOME $JAVA_HOME/bin/java
29+
30+
echo ${JAVA_ENTRY_HOME}
2931

3032
# Set runtime interface client as default command for the container runtime
3133
ENTRYPOINT [ "echo ${JAVA_ENTRY_HOME}", "-cp", "./*", "com.amazonaws.services.lambda.runtime.api.client.AWSLambda" ]

0 commit comments

Comments
 (0)