brew install --cask docker
Compile source
mvn clean package
Build docker image
docker build -t helix .
Run docker image
docker run -p8081:8081 -it helix
Swagger is accessible under: http://localhost:8081/swagger-ui/index.html
brew install --cask docker
Compile source
mvn clean package
Build docker image
docker build -t helix .
Run docker image
docker run -p8081:8081 -it helix
Swagger is accessible under: http://localhost:8081/swagger-ui/index.html