-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Labels
Description
🚀 Feature Request
Description
Create Dockerfile for the Project
Problem Statement
We need to containerize our project for easier deployment and consistency across different environments. The Dockerfile should include the necessary configurations to build and run our application in a Docker container.
Proposed Solution
A Dockerfile should be created in the root directory of the project.
The Dockerfile should successfully build the application image using docker build.
The application should run successfully in the container using docker run
Checklist
- [✔️] I have checked the existing issues and this feature request is not a duplicate.
- [✔️] I have starred this repository.
- [✔️] I am willing to help implement this feature (optional).
Additional context
I'd like to work on this task under the Hacktoberfest and GSSoC-EXT tags. Please assign this issue to me so I can start creating the Dockerfile for our project