arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 395 forks source link

Graphicsmagick Not Working #999

Open shividhar opened 8 years ago

shividhar commented 8 years ago

I've followed all the previous issues and their solutions, but none have worked for me. I constantly keep getting the same error

To test it I ran: docker exec -it gm and docker exec -it -frontend gm

But these returned errors as well.

I would appreciate any help.

fdddk23 commented 8 years ago

Hi, I'm not sure but: You need to add graphicsmagick to your docker container. The docker container can't access it when it is "only" installed on the linux system.

Check out http://stackoverflow.com/questions/31901697/meteor-up-docker-and-graphicsmagick/31903981#31903981

MasterJames commented 8 years ago

Only the new version at kadirahq/meteor-up is capable of defining your own docker container image.