Files
hydro-api/build-dockerized.sh
2025-11-12 20:22:53 +01:00

5 lines
159 B
Bash
Executable File

#!/bin/bash
export $(grep -v '^#' ./src/main/resources/.env | xargs)
# Build the Docker image
# to skip tests: -Dmaven.test.skip
./mvnw spring-boot:build-image