All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m16s
8 lines
182 B
Markdown
8 lines
182 B
Markdown
Run it locally:
|
|
|
|
1. build the current state:
|
|
mvn clean install or mvn clean install -DskipTests
|
|
|
|
2. docker it up and run it
|
|
docker-compose -f dev-docker-compose.yml up --build
|