Refactor: first iteration of modular and dockerized approach
This commit is contained in:
5
scripts/build-dockerized.sh
Executable file
5
scripts/build-dockerized.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
export $(grep -v '^#' .env | xargs)
|
||||
# Build the Docker image
|
||||
# to skip tests: -Dmaven.test.skip
|
||||
./mvnw spring-boot:build-image
|
||||
Reference in New Issue
Block a user