feat(docker): added docker container support #47

Merged
Janis merged 6 commits from feat/docker into main 2025-11-07 14:22:24 +01:00
7 changed files with 52 additions and 8 deletions
Showing only changes of commit b49f169632 - Show all commits

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