RocketChat / RC4Conferences

A set of scalable components for communities to build, manage, and run virtual conferences of any size.
https://conf.rceng.shop/conferences/c/1
24 stars 38 forks source link

[TODO] Dockerize the NextJS Development Environment #48

Open Dnouv opened 1 year ago

Dnouv commented 1 year ago

Add and improve the existing Dockerfiles (in /app) to be compatible with the NextJS hot-reload development environment.

SarveshLimaye commented 1 year ago

Hey @Dnouv, If this issue is up for grab can I work on this one ?

Dnouv commented 1 year ago

Sure go ahead; please explain your initial approach once you have researched more on it.

Thank you!

SarveshLimaye commented 1 year ago

Thank you @Dnouv . We need to add volumes in docker-compose.yml. We also need to update the next.config file according to fix available in the following issue - https://github.com/vercel/next.js/issues/36774#issuecomment-1121069327