materialdigital / pmd-server

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Fixed app build context for submodule usage #22

Closed milux closed 3 months ago

milux commented 3 months ago

Fixed the path for the app debugging/testing container so that it works when repo is used as submodule.

milux commented 3 months ago

trusting you on this one, but maybe we should use an image instead and only had a comment with the build option (e.g. build: [path_to_docker_images/ app])?

Yeah, maybe... Then everybody could use it without the need to build anything and without the sources that currently only we have. Downside would be that the app image could not be modified so easily, but I think that's OK.