feat(docker): add .dockerignore and .sbtopts for build configuration

This commit is contained in:
2025-11-07 14:21:48 +01:00
parent 003e1c3cfb
commit b49f169632
2 changed files with 3 additions and 0 deletions

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
.env

2
.sbtopts Normal file
View File

@@ -0,0 +1,2 @@
-J--add-opens=java.base/java.util=ALL-UNNAMED
-J--add-opens=java.base/java.lang=ALL-UNNAMED