Skip to content

Commit 4840fe5

Browse files
author
Vadym Kazulkin
committed
investigate spring boot and in crac in lambda container image
1 parent e77a0a6 commit 4840fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WORKDIR /function
2525
COPY --from=build /src/target/dependency/*.jar ./
2626
COPY --from=build /src/target/*.jar ./
2727

28-
RUN ln -s /usr/bin/java $JAVA_HOME/bin/java
28+
RUN ln -s $JAVA_HOME/bin/java /usr/bin/java
2929

3030

3131
# Set runtime interface client as default command for the container runtime

0 commit comments

Comments
 (0)