Skip to content

Containerize Application Using Docker #83

@gaurangkudale

Description

@gaurangkudale

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions