-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
This pull request aims to containerize the application using Docker, providing an isolated and reproducible environment for easier deployment and scalability. Docker allows us to package the application and its dependencies into a lightweight, portable container, ensuring consistent behavior across different environments. (For Gradle-Build branch)
Changes To-Do:
- 1. Added a Dockerfile to the project's root directory, defining the container image's specifications and dependencies.
- 2. Included a .dockerignore file to exclude unnecessary files and directories from the Docker build context.
- 3. Updated the project's documentation with instructions for Docker installation and containerization.
- 4. Added a README section detailing the Docker build and run commands for local development and deployment.
@yannicnoller Please review this Feature and provide any feedback or suggestions. Thank you!
Metadata
Metadata
Assignees
Labels
No labels