Containerising the project #61
Replies: 2 comments 2 replies
-
Continuing the discussion we had on Discord; @Bhupesh-V approves dockerising the project as well. Could you provide few more details like:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I think it's good to containerise the project from the start and let the developers work on top of it. It will also be useful and hassle-free for new contributors. Instead of telling them to install node and related libraries, we can tell them to just install docker. Once they have docker installed, they can run/stop the project with simple one liners like
docker-compose up/down
. I think it provides a nice abstraction layer and as we can also have live reloading, this transition should be seamless.Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions