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

Dockerize project #263

Open
shraddha761 opened this issue Oct 18, 2023 · 1 comment
Open

Dockerize project #263

shraddha761 opened this issue Oct 18, 2023 · 1 comment

Comments

@shraddha761
Copy link

shraddha761 commented Oct 18, 2023

A docker file for project which help to you to package your application and its dependencies into a container, making it highly portable. The Docker image can be run on any system that supports Docker, ensuring consistent behavior across different environments. It allow you define the exact steps needed to build your application environment. By versioning your Dockerfile, you can reproduce the exact same environment at any point in the future. This helps avoid "it works on my machine" issues and facilitates collaboration among team members.

@phyleria Assign this issue to me

@phyleria
Copy link
Collaborator

phyleria commented Oct 25, 2023

Hi @shraddha761

Currently, we have several projects on the repo. Which specific project do you want to dockerize?

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

No branches or pull requests

2 participants