Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 428 Bytes

MCMS - Dashboard API

Dockerfile creation

When creating your container image for this Spring Boot application, keep in mind this application uses Flyway to perform database migrations. Migrations help us initialize, seed, and modify our database so the API is ready to be accessed.

Note: You will need to explicitly run flyway migrate in your container image to seed the database with condenser entries.