Initial commit
This commit is contained in:
5
build-dockerized.sh
Executable file
5
build-dockerized.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user