-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
To improve the deployment process and ensure consistency across different environments, we should containerize the application using Docker. This will also make it easier for new developers to set up their local development environments.
Acceptance Criteria
- Create a
Dockerfilefor the application. - Create a
docker-compose.ymlfile for local development, if applicable. - Update the CI/CD pipeline to build the Docker image and push it to a registry.
- Test the Docker container locally to ensure that it's working as expected.
- Update the
README.mdwith instructions on how to run the application using Docker.
Reactions are currently unavailable