Skip to content

Commit

Permalink
move dockerfile in resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jul 23, 2024
1 parent a00353d commit 3a4f0c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ subprojects {
}

val copyDockerfile = tasks.create("copyDockerfile", Copy::class) {
from(rootProject.projectDir)
from(rootProject.projectDir.toPath().resolve("resources"))
into(project.layout.buildDirectory)
include("Dockerfile")
}
Expand Down
File renamed without changes.

0 comments on commit 3a4f0c2

Please sign in to comment.