Open Cleveridiot07 opened 1 month ago
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our TechzRevamp team will review it shortly. Stay tuned!
Hi there! how have you been? Dockerizing the project is a good step and I would like to work on this issue as I can dockerise the project with minimal docker image.
CICD
workflow to deploy the docker images to the docker hub register and if the maintainer wants I'll push the docker image package to the GitHub Container Register(GCR
.Cloud/DevOps
practices to this project.
Description: 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.
Requirements:
Base Image:
App Setup:
npm install
oryarn
(based on the package manager used).package.json
,package-lock.json
oryarn.lock
first, followed by copying the entire source code.Expose Ports:
Build & Run Commands:
npm run build
oryarn build
).npm start
oryarn start
).Acceptance Criteria:
docker build
.docker run
.Hey @Abhay-hack 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.