What's Changed
Introduce a Dockerfile for building the Palmr application with multi-stage builds for both server and web components. Update docker-compose.yaml to consolidate services under a single 'palmr' service, ensuring proper health checks and environment variable configurations. Add a .dockerignore file to optimize Docker builds by excluding unnecessary files. Include a Makefile for simplified build and deployment commands.
- chore: refactor Dockerfile, docker-compose, and .dockerignore for a single image by @danielalves96 in #37
Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6