Build Docker

Build the project and start it with Docker Compose. Use for local integration testing or to verify the Docker setup. Use when this capability is needed.

tomevault-io ffc902a 2 files · 1.3 KB Updated

File contents

Build the JAR and start the service in Docker:

mvn clean package -DskipTests && docker-compose up -d --build

After it starts, the API is available at http://localhost:8081 and Swagger UI at http://localhost:8081/swagger-ui.html.

To view logs:

docker-compose logs -f

To stop:

docker-compose down

Source: Mars-Sea/doc-gen-service — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/mars-sea--doc-gen-service--build-docker commit ffc902a0d3

Frequently asked questions

npx skillmds@latest add tomevault-io/build-docker