Skip to content

Commit

Permalink
Specify working directory for graalvm-native-image (#1496)
Browse files Browse the repository at this point in the history
Fix #1495
  • Loading branch information
senia-psm committed Feb 14, 2022
1 parent a1df6cd commit 46af6b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ object GraalVMNativeImagePlugin extends AutoPlugin {

val command = dockerCommand ++ Seq(
"run",
"--workdir",
"/opt/graalvm",
"--rm",
"-v",
s"${targetDirectory.getAbsolutePath}:/opt/graalvm",
Expand Down

0 comments on commit 46af6b0

Please sign in to comment.