fix: resolve stale class conflict in Docker build by adding clean and .dockerignore
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 23s

This commit is contained in:
jade
2026-07-24 10:20:00 +09:00
parent fc8c3da666
commit d562e35ad8
7 changed files with 34 additions and 17 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.git
.gradle
.idea
build/
*/build/
target/
*/target/
bin/
*/bin/
out/
*/out/