Oh I do want to use node.js with the application, maybe I made my question not clear. I'm using an npm package that interacts with gnuplot, which is required to be installed inside the container in which my nodejs application resides. So within the nodejs container I want to install gnuplot, but I wasn't sure how to.
But I managed to figure it out through Custom runtimes <https://cloud.google.com/appengine/docs/flexible/custom-runtimes/> anyhow. On Thursday, January 19, 2017 at 7:27:26 AM UTC+11, George (Cloud Platform Support) wrote: > > There is an often repeated advice, to run one application per Docker > container. If you decide to follow that piece of advice, you could take a > look at the Container Engine <https://cloud.google.com/container-engine/>. > If you choose to install the app in the same container, you need to commit > the change with “docker commit”. > > Why don’t you want the node.js files to get deployed? It may prove > difficult to have node.js specific functionality without them. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d180b0d4-af1a-4013-8249-d48644814448%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
