You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the benefit of this? I'm genuely curious about it so don't hesitate to describe well !
In my opinion, the most significant benefit of setting up docker image is to let more people deploy this project easily. They don't have to pull the git repo, don't have to install node environment, even don't need to have a lot of knowledge about front-end. The could just run the command
docker pull someone/someexampleimage
docker run -p 80:80 someone/someexampleimage
Then everything is set up.
This also makes the devops much easier, since we could use docker image for CI/CD and k8s and so on.
Feel free to give any feedback if you have any comment about this.
I want to have a new feature that use docker image to build and deploy this project, any ideas?
I could create a pull request if this feature is wanted.
The text was updated successfully, but these errors were encountered: