Initial commit

This commit is contained in:
ivfrost
2025-11-12 20:22:53 +01:00
commit 43e55f9f18
72 changed files with 3666 additions and 0 deletions

5
build-dockerized-native.sh Executable file
View File

@@ -0,0 +1,5 @@
set -a
source ./src/main/resources/.env
set +a
./mvnw -Pnative spring-boot:build-image