Add bundled Docker deployment

This commit is contained in:
2026-05-21 16:38:30 +02:00
parent 1b420271c7
commit d1d7cf5265
6 changed files with 112 additions and 0 deletions
+7
View File
@@ -30,6 +30,13 @@ lefthook install
cp -n .env.example .env 2>/dev/null || true
"""
[tasks.maven-shell]
description = "Open an interactive shell with mise Maven/Java on PATH"
run = """
#!/usr/bin/env bash
exec "${SHELL:-/bin/bash}" -i
"""
[tasks.backend]
description = "Run the Spring Boot backend"
run = "backend/mvnw -f backend/pom.xml spring-boot:run"