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