mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 17:20:38 +08:00
feat: integrate frontend resources (#6)
This commit is contained in:
@@ -31,13 +31,3 @@ dependencies {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Docker
|
||||
*/
|
||||
task copyDockerfile(type: Copy) {
|
||||
from("Dockerfile")
|
||||
into("build/libs")
|
||||
}
|
||||
|
||||
bootJar.finalizedBy copyDockerfile
|
||||
assemble.finalizedBy copyDockerfile
|
||||
|
Reference in New Issue
Block a user