kadirahq / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
89 stars 43 forks source link

Update phantomjs to 2.1.1 #4

Closed jbg77 closed 8 years ago

jbg77 commented 8 years ago

How can I update phantom to the last version ? I made a pdf parser, it's working fine locally with the last version but with the 1.9.8 not. It's for an association and all work I did were be lost if the pdf doesn't work.

Thank in advance :)

edit: I push my docker image : https://hub.docker.com/r/jbg77/meteord/ You juste need to add this in your mup.js

    ...
    },
    dockerImage: 'jbg77/meteord',
    deployCheckWaitTime: 60
  },