Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doker file added #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

doker file added #21

wants to merge 1 commit into from

Conversation

sushanslondhe
Copy link

@sushanslondhe sushanslondhe commented May 18, 2024

Add Dockerfile for Docker containerization

Description

This pull request introduces a Dockerfile to the project, which allows for building a Docker image and running the application inside a container.

Changes

  • Added Dockerfile in the root directory with instructions for building the Docker image.
  • Updated README.md with instructions on how to build and run the Docker image.

Benefits

  • Consistent Environments: Docker containers provide a consistent and reproducible environment for running the application, reducing the risk of "works on my machine" issues.
  • Portability: The Docker image can be easily shared and deployed across different environments (development, staging, production) without worrying about dependencies or system configurations.
  • Isolation: Each Docker container runs in an isolated environment, reducing conflicts between applications or libraries.
  • Scalability: Docker containers make it easier to scale and distribute applications across multiple hosts or a cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant