-
Notifications
You must be signed in to change notification settings - Fork 49
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
Creating Dockerfile for the Discord-Clone #34
Comments
Assign it to me under gssoc'24 |
Provide steps how will you achieve this? |
@Yeasir0032 As a DevOps enthusiast, I've drafted various Dockerfile for my projects. While I haven't thoroughly reviewed the codebase, I understand the general steps required for creating a Dockerfile for any Node.js project. I anticipate encountering challenges while crafting the Dockerfile for such a large project, which may require troubleshooting. I believe it will take considerable amount of time for creating a Dockerfile for this project and finally reducing it's size. Dockerfile's basic implementation FROM ubuntu:20.04 |
I am interested in this issue . |
@Yeasir0032 I made a pull request, can you review it for this #56 . |
Considering my limited expertise in DevOps, I am contemplating the removal of the Docker file. |
Is your feature request related to a problem? Please describe.
The problem is the lack of a Dockerfile for the Discord-Clone project.
Describe the solution you'd like
Implementing a Dockerfile for the Discord-Clone project to containerize the application and simplify deployment.
The text was updated successfully, but these errors were encountered: