Hello!

I'm having a bit of an issue with my app. I'm using nodejs and it interacts 
with gnuplot, but I'm not sure how to install the gnuplot package after 
deploying the app. 

Am I doing this right?
Dockerfile
FROM gcr.io/google_appengine/nodejs


RUN apt-get -qq update && apt-get -qq -y install gnuplot

app.yaml
runtime: custom
env: flex
vm: true

# Temporary setting to keep gcloud from uploading node_modules
skip_files:
 - ^node_modules$


manual_scaling:
  instances: 1

When I run 
gcloud app deploy

, the console just stays stuck on 
Building and pushing image for service [default]

Can anyone tell me what I'm possibly doing wrong? Thanks!

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/e086097f-fe3c-4a1c-9889-3ad4878ec88b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to