vue-webpack-ssr-fully-featured icon indicating copy to clipboard operation
vue-webpack-ssr-fully-featured copied to clipboard

Q: Any plans or interest in dockerizing this "monster"? :)

Open frankis opened this issue 7 years ago • 3 comments

frankis avatar Sep 28 '17 09:09 frankis

I don't see a point in dockerizing this. The only advantage I see in dockerizing is that it will cut download times a little bit but it does make everything else a little bit harder. Since it is only a nodejs project one can git-clone the project and simply run npm install.

Well, actually we could provide a Dockerfile in the repository as an example but it could be seen out of scope and very simple (It would just be installing the packages, exposing the port and setting the run script).

If you have any other good reason to use docker in the project please let me know.

crisbal avatar Sep 28 '17 09:09 crisbal

I think it would be good to dockerize it. As the community and project matures, we should be looking into deployments strategies and the best course of action for the future.

That said, we currently dockerize it on our own, but would love to chat with others regarding how they handle things. Since every project handles things different and how they integrate it into their stack/use cases. We all come back to this repo 👍

distortia avatar Oct 17 '17 01:10 distortia

@Gingernaut submitted a pull request with an example Dockerfile here

Since there is interest I will consider more adding a Dockerfile, in the meanwhile the PR gives a good idea.

crisbal avatar Oct 17 '17 06:10 crisbal