5 lines
159 B
Bash
Executable File
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 |