-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Title: Create a Dockerfile for the Project
Description:
We need to create a Dockerfile to containerize the project for easier deployment and consistency across different environments. The Dockerfile should:
- Set up the appropriate base image (e.g.,
node:alpineorpython:slimdepending on the tech stack). - Install necessary dependencies.
- Copy the source code into the container.
- Expose the required port (if applicable).
- Define the entry point or command to run the application.
Tasks:
- Choose an appropriate base image.
- Install dependencies.
- Copy source code.
- Expose necessary ports.
- Set up the entry point/command to run the application.
Level: GSSOC-EXT Level 3
Assigned To: @mention (or "To Be Assigned")