Is there an existing issue for this?
Feature Description
Add a Dockerfile to the repository to containerize the applciation. This would allow the project to be built and run in a consistent docker environment improving the workflow.
Use Case
- Enable docker based local development using
docker-compose or standalone Docker commands
- Simplifies onboarding for new contributors by providing a single command to build and run the app.
- Simplify deployment to container-supported environments
Benefits
- Prepares the project for scalable containerized deployments.
- Makes it easier to run the app in CI/CD pipelines
Priority
Medium
Record
Is there an existing issue for this?
Feature Description
Add a Dockerfile to the repository to containerize the applciation. This would allow the project to be built and run in a consistent docker environment improving the workflow.
Use Case
docker-composeor standalone Docker commandsBenefits
Priority
Medium
Record