Added Dockerfile and updated README.md which provides steps for building the Docker image and running the container with port 3000 exposed.
This addition supports users who prefer Docker for development and ensures the application is accessible externally.
The update complements the existing local development instructions and enhances the project's flexibility.
Added
Dockerfile
and updatedREADME.md
which provides steps for building the Docker image and running the container with port3000
exposed. This addition supports users who prefer Docker for development and ensures the application is accessible externally. The update complements the existing local development instructions and enhances the project's flexibility.