Skip to content

Commit

Permalink
Fix the deployment dir path in container
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Jul 5, 2022
1 parent 63b93bf commit 485938f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,7 @@ private JibContainerBuilder createContainerBuilderFromFastJar(String baseJvmImag
Path deploymentPath = componentsPath.resolve(JarResultBuildStep.LIB)
.resolve(JarResultBuildStep.DEPLOYMENT_LIB);
addLayer(jibContainerBuilder, Collections.singletonList(deploymentPath),
workDirInContainer.resolve(JarResultBuildStep.LIB)
.resolve(JarResultBuildStep.DEPLOYMENT_LIB),
workDirInContainer.resolve(JarResultBuildStep.LIB),
"fast-jar-deployment-libs", true, now);
}

Expand Down

0 comments on commit 485938f

Please sign in to comment.