Improve rdd proc

This commit is contained in:
2025-12-10 15:46:04 +01:00
parent 2bec770b4e
commit 0bca3283fa
11 changed files with 413 additions and 75 deletions

View File

@@ -3,7 +3,10 @@ APP_NAME=imgfloat
.PHONY: run test package docker-build docker-run ssl
run:
test -f .env && . ./.env; mvn spring-boot:run -Dspring-boot.run.fork=true
test -f .env && . ./.env; mvn spring-boot:run
dev:
test -f .env && . ./.env; ./devserver
test:
mvn test