Add bundled Docker deployment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user