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 d13e83f4e5
commit 1637e818eb

View File

@@ -36,6 +36,7 @@ build-base:
--cache-from $(OVERLEAF_BASE_BRANCH) \
--tag $(OVERLEAF_BASE_TAG) \
--tag $(OVERLEAF_BASE_BRANCH) \
--network=host \
$(MONOREPO_ROOT)
@@ -51,6 +52,7 @@ build-community:
--file Dockerfile \
--tag $(OVERLEAF_TAG) \
--tag $(OVERLEAF_BRANCH) \
--network=host \
$(MONOREPO_ROOT)
push: