Coder Social home page Coder Social logo

Comments (4)

shochdoerfer avatar shochdoerfer commented on July 26, 2024 1

This whole thing has more side effects than I expected: Sometimes the built-in Linting task did fail even though when I linted the files manually on the host, I could not spot any errors. It just occurred to me what the problem is: The linting task gets the changed files from git which the path on the host. Since the src folder does not exist within Docker the paths don't match and thus linting fails. Not sure if we can fix easily.

from captainhook.

shochdoerfer avatar shochdoerfer commented on July 26, 2024 1

Can be closed. My work-a-round is to mount the host folder twice in the container.

from captainhook.

sebastianfeldmann avatar sebastianfeldmann commented on July 26, 2024

As you said the problem is that the repository file structure is different from the container file structure. Every state related git command is no longer reliable at this point :(

from captainhook.

shochdoerfer avatar shochdoerfer commented on July 26, 2024

Ok, ignore the latter part with the git problems, I guess this is something we can't properly solve. But I guess picking a working directory should be a thing if the automatic lookup does not work.

from captainhook.

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.