1 2 3 4 5
#!/bin/sh ./mvnw clean package -DskipTests -e && docker build -f dockerfile.jvm -t backend-jvm . && docker compose up