Multi-stage Dockerfile with layer caching, JVM tuning, volume, and .dockerignore
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Prevent local build artifacts from leaking into Docker
|
||||
target/
|
||||
data/
|
||||
*.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user