Skip to content

Add Dockerfile and docker-compose for container support#48

Open
netra21mohekar wants to merge 1 commit intotusharnankani:masterfrom
netra21mohekar:docker
Open

Add Dockerfile and docker-compose for container support#48
netra21mohekar wants to merge 1 commit intotusharnankani:masterfrom
netra21mohekar:docker

Conversation

@netra21mohekar
Copy link

This pull request adds Docker support to the ToDoList project.

Changes made:

Added a Dockerfile to containerize the frontend application using Node.js and Alpine.

Created a docker-compose.yml file to simplify local development setup.

Why this is useful:

Allows developers to run the project without installing dependencies manually.

Makes the app easier to run in different environments (e.g., cloud, CI/CD).

Provides a consistent setup for onboarding new contributors.

Usage:
To build and run the app using Docker:

bash
Copy code
docker-compose up --build
Let me know if you'd like me to add instructions to the README.

@netra21mohekar
Copy link
Author

The failing Netlify checks are likely unrelated to my changes, as this PR only introduces Docker support without modifying any frontend files.

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

Successfully merging this pull request may close these issues.

1 participant