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 a4a7a25 commit 27f2076Copy full SHA for 27f2076
java/autonomousdb-wallet-secret-sample/src/main/docker/Dockerfile.nativeimage
@@ -9,7 +9,7 @@ RUN native-image -jar /app/${project.artifactId}.jar -H:Name=/app/${project.arti
9
10
FROM oraclelinux:8-slim
11
RUN mkdir /app
12
-COPY --from=0 "/app/${project.artifactId}" /app/${project.artifactId}
+COPY --from=0 "/app/${project.artifactId}" "/app/${project.artifactId}"
13
WORKDIR /app
14
15
# The driver will look for the wallet in folder /app/wallet
0 commit comments