Multi-stage Dockerfile with layer caching, JVM tuning, volume, and .dockerignore

This commit is contained in:
2026-07-07 16:16:17 +02:00
parent 56a4249e17
commit 34fcc54cad
2 changed files with 28 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
# Prevent local build artifacts from leaking into Docker
target/
data/
*.db
# IDE
.idea/
.vscode/
# OS
.DS_Store