diff --git a/Makefile b/Makefile index a353b68..c81eab6 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ includes: @tools/generate-rdap-cases.pl "./etc/rdap conformance tool_v5.docx" > inc/rdap/rdapct-cases.yaml yaml: - @ls -lR `pwd` @echo Compiling YAML... @ZM_VERSION="$(ZONEMASTER_VERSION)" gpp -x $(src).yaml.in > $(src).yaml @echo wrote $(src).yaml diff --git a/docker-compose.yml b/docker-compose.yml index 64986bc..fb5de61 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,6 @@ services: context: . args: - ZONEMASTER_ENGINE_VERSION=$ZONEMASTER_ENGINE_VERSION - command: make -C /app + command: "sh -c \"git config --global --add safe.directory /app ; make -C /app\"" volumes: - .:/app