mohitahlawat2001 / shiny-octo-planner-app

planner application have many widgets Clock Widget, Timer Widget, Calender Widget , Weather Widget , Game Widget, White Board Widget, News Widget, Quote Widget ,
https://shiny-octo-planner-app.vercel.app/
MIT License
16 stars 18 forks source link

Added Dockerfile #31

Closed haseebzaki-07 closed 1 month ago

haseebzaki-07 commented 1 month ago

fixes #29 I have added Dockerfile to the root of the application. command to build docker images : docker build -t my-app . command to run image : docker run -p 3000:3000 my-app

Screenshot 2024-10-07 120730

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shiny-octo-planner-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 7, 2024 7:09am
mohitahlawat2001 commented 1 month ago

make change on readme , for running docker steps

haseebzaki-07 commented 1 month ago

sure I will do it

haseebzaki-07 commented 1 month ago

hey @mohitahlawat2001 I made the desired changes in the Readme