diff --git a/server-ce/Makefile b/server-ce/Makefile index 19c8c70967..26d1786050 100644 --- a/server-ce/Makefile +++ b/server-ce/Makefile @@ -37,6 +37,7 @@ build-base: --cache-from $(OVERLEAF_BASE_BRANCH) \ --tag $(OVERLEAF_BASE_TAG) \ --tag $(OVERLEAF_BASE_BRANCH) \ + --network=host \ $(MONOREPO_ROOT) @@ -52,6 +53,7 @@ build-community: --file Dockerfile \ --tag $(OVERLEAF_TAG) \ --tag $(OVERLEAF_BRANCH) \ + --network=host \ $(MONOREPO_ROOT) push: