Refactoring start

This commit is contained in:
Dede
2025-11-21 15:08:53 +00:00
parent 1972c8ff90
commit c13e5b1dfc
48 changed files with 2269 additions and 731 deletions

5
run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
./gradlew clean build -x test
docker-compose up --build -d
docker logs -f api_app