Git Product home page Git Product logo

Comments (2)

scato avatar scato commented on July 29, 2024

Yes, the problem is... You have to give FlySystem a root directory, so I had to choose between / and the current working directory. I chose the latter (/var/app in this case). And then you can never go outside that root directory, so ../names wouldn't work.

I got it to work like this:

# Create working dir
RUN mkdir -p /var/app
COPY . /var/app
WORKDIR /var/app

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
    composer install --prefer-dist --no-dev -o

CMD ["php", "/var/app/vendor/bin/glitch", "raffler.g", "example_names"]

from rafflers.

fruitl00p avatar fruitl00p commented on July 29, 2024

@scato cool... The problem is: the /var/names is the location the names file will be injected into the container.. (if i understood @lucasvanlierop correctly) Which in this case would be:

docker run -v $(the-names-location-on-the-host):/var/names scato-glitch

I f*gly fixed it by pre-symlinking the names location into the /var/app folder :)

from rafflers.

Related Issues (12)

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.