Code Monkey home page Code Monkey logo

Comments (3)

jshimko avatar jshimko commented on May 18, 2024

Looks like you are overwriting the command that starts the app by using:
command: chmod a+rwx -R /var/lib/application

https://docs.docker.com/engine/reference/run/#cmd-default-command-or-options

from meteor-launchpad.

jshimko avatar jshimko commented on May 18, 2024

To be clear, that means your container is starting up and running chmod a+rwx -R /var/lib/application instead of starting the app with node main.js like it should be. So this isn't a problem with the image. It's your usage of it. It's because you're overriding the command that starts the app to do a permissions change and then the app never gets started. If you want to do some custom steps on the filesystem inside the container, you should either add some steps to your Dockerfile or maybe even fork the project and create your own custom image.

from meteor-launchpad.

mklueh avatar mklueh commented on May 18, 2024

Thanks, it worked;) I put that line in my docker-compose because I had no writing permissions somehow, but that seems to be gone for what reason ever

from meteor-launchpad.

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.