I need the --network=host settings for building the container

This commit is contained in:
David Rotermund
2025-06-19 19:03:29 +02:00
committed by yu-i-i
parent dae117d9a9
commit 58215da752

View File

@@ -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: