mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-15 11:28:47 -04:00
Always including the parent directory into the build context was a bad idea. This reverts the change and only add the opencloud tree to the build context by default. To build a docker image with workspaces enabled as new make target "dev-docker-with-workspace" is introduced that adjust the docker build call accordingly (by setting the right build context and the new SRCDIR arg to point to the correct directory for the opencloud tree).