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
|