Skip to content

Commit

Permalink
Enable buildkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Nov 14, 2022
1 parent c1dd7d6 commit 9f8de4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tasks.register<Copy>("dockerCopyDockerfile") {
tasks.register<Exec>("dockerBuild") {
dependsOn("dockerCopyJar", "dockerCopyDockerfile")
workingDir("${buildDir}/docker")
environment("DOCKER_BUILDKIT", "1")
commandLine(
("docker build . " +
"-t ${dockerName}:latest " +
Expand Down

0 comments on commit 9f8de4d

Please sign in to comment.