Files
hydro-api/scripts/build-dockerized.sh

5 lines
138 B
Bash
Executable File

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