Skip to content

Commit 27f2076

Browse files
Update Dockerfile.nativeimage
1 parent a4a7a25 commit 27f2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/autonomousdb-wallet-secret-sample/src/main/docker/Dockerfile.nativeimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN native-image -jar /app/${project.artifactId}.jar -H:Name=/app/${project.arti
99

1010
FROM oraclelinux:8-slim
1111
RUN mkdir /app
12-
COPY --from=0 "/app/${project.artifactId}" /app/${project.artifactId}
12+
COPY --from=0 "/app/${project.artifactId}" "/app/${project.artifactId}"
1313
WORKDIR /app
1414

1515
# The driver will look for the wallet in folder /app/wallet

0 commit comments

Comments
 (0)