Skip to content

Commit 52efb69

Browse files
authored
Merge pull request #1563 from oracle-devrel/native-build-fix
fix
2 parents c5f79b4 + d2100d5 commit 52efb69

File tree

1 file changed

+1
-1
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files

1 file changed

+1
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ FROM fnproject/fn-java-fdk:jre17-1.0.198 as fdk
1515

1616
FROM container-registry.oracle.com/os/oraclelinux:8-slim
1717
COPY --from=native /app/Hello .
18-
COPY --from=fdk /function/runtime/* .
18+
COPY --from=fdk /function/runtime/* ./
1919
ENTRYPOINT [ "./Hello" ]
2020
CMD [ "com.example.HelloAIFunction::handleRequest", "-Djava.library.path=/lib"]

0 commit comments

Comments
 (0)