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.
1 parent e77a0a6 commit 4840fe5Copy full SHA for 4840fe5
spring-boot-3.2-docker-image-with-crac/Dockerfile
@@ -25,7 +25,7 @@ WORKDIR /function
25
COPY --from=build /src/target/dependency/*.jar ./
26
COPY --from=build /src/target/*.jar ./
27
28
-RUN ln -s /usr/bin/java $JAVA_HOME/bin/java
+RUN ln -s $JAVA_HOME/bin/java /usr/bin/java
29
30
31
# Set runtime interface client as default command for the container runtime
0 commit comments