Could you delete the line that says "vm: true" and try again? 


On Tuesday, January 17, 2017 at 2:38:05 PM UTC-8, Pub Lift wrote:
>
> 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 [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/4b5abd0f-8ddb-47b1-80c5-470cc786263e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to