Add startup.sh

This commit is contained in:
2026-02-28 00:18:50 +05:00
parent fa97f7eacb
commit b126c3c5cb

3
startup.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
./mvnw jar:jar install:install && ./mvnw clean package && docker compose -f src/main/docker-compose/jvm.yml up -d --build