summaryrefslogtreecommitdiff
path: root/Dockerfile.test
AgeCommit message (Collapse)Author
2024-07-26Enable maven build logging for test containerSzymon Szukalski
Maven was configured to build quietly, which means that we can't easily see if there are any issues and there is no summary of the tests that have run. Added maven configuration to ensure that the tests print a summary.
2024-07-25Separate Docker Compose services for build, test, runSzymon Szukalski
Refactor Docker Compose setup to include distinct services for building, testing, and running the application. Use separate Dockerfiles and configurations for each phase to isolate concerns and improve workflow. Quiet down the maven logs and set log levels to WARN so there is less noise in the logs. Update README file with information on running the project.