Code Monkey home page Code Monkey logo

Comments (9)

emilbruckner avatar emilbruckner commented on May 22, 2024 1

I love meteor-now, but can't use it with one app, which needs Imagemagick and some other node version
Support for a custom Dockerfile would be highly appreciated
The splitting is a good hack, so without adding much complexity, I could also think of adding flags for choosing a node version and adding Imagemagick (I don't know how frequently it is used, but there are Images on Docker Hub supporting it)
But copying and editing a Dockerfile also isn't too hard …

from meteor-now.

emilbruckner avatar emilbruckner commented on May 22, 2024 1

@mazlix yes, works perfectly! thanks

from meteor-now.

purplecones avatar purplecones commented on May 22, 2024

Provide ability to override default Dockerfile with a user provided one? Perhaps we can look for a Dockerfile in the Meteor dir and use that if it exists, otherwise use the our default one.

from meteor-now.

purplecones avatar purplecones commented on May 22, 2024

This just provides additional complexity thats not necessary. Either way, the process needs our custom Dockerfile to properly run on the free plan. Closing issue. We can explore down the road again.

from meteor-now.

jkrup avatar jkrup commented on May 22, 2024

@emilbruckner good to know, we could look into allowing a custom Dockerfile.

For now it's definitely not hard for us to allow specifying NODE. Could you give me some details about what your using for imagemagick?

Do you know if all you'd need in the dockerfile is a RUN apt-get install imagemagick? If so maybe we could support passing in a list of packages which we would run apt-get install in?

from meteor-now.

emilbruckner avatar emilbruckner commented on May 22, 2024

I use meteor/cfs:graphicsmagick for Imagemagick. RUN apt-get install imagemagickdoes what I need. Passing in a list sounds like an option, but I don't know what others would use it for …

from meteor-now.

jkrup avatar jkrup commented on May 22, 2024

Hey @emilbruckner you should be able to run meteor-now --dependencies imagemagick and deploy your app with meteor-now. Please let me know if that's working for you. (You will need to npm install -g [email protected] first)

from meteor-now.

alimgafar avatar alimgafar commented on May 22, 2024

Is this still an open issue? @jkrup @purplecones

from meteor-now.

vladejs avatar vladejs commented on May 22, 2024

What about globally installed npm modules?

My use case is phantomjs, which is used by html-pdf library which assumes phantomjs is installed globally.

I don't know how to instruct the docker file to npm i -g phantomjs

from meteor-now.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.