For installing the app ( on docker images ) - ownCloud expects to find a tarfile with
But github provides everything in a top folder. We thus require a build app that can be used to install it in a docker image
Possible Solutions
- move the codebase into a sub-folder (easiest )
- create a release pipeline
For installing the app ( on docker images ) - ownCloud expects to find a tarfile with
But github provides everything in a top folder. We thus require a build app that can be used to install it in a docker image
Possible Solutions