Compare commits

...

2 commits

Author SHA1 Message Date
yu-i-i
c6948581df
Merge pull request #53 from davrot/Makefile
I need the --network=host settings for building the container
2025-06-19 21:19:23 +02:00
0f02e08b0c I need the --network=host settings for building the container 2025-06-19 19:03:29 +02:00

View file

@ -24,6 +24,7 @@ build-base:
--cache-from $(OVERLEAF_BASE_BRANCH) \
--tag $(OVERLEAF_BASE_TAG) \
--tag $(OVERLEAF_BASE_BRANCH) \
--network=host \
$(MONOREPO_ROOT)
@ -39,6 +40,7 @@ build-community:
--file Dockerfile \
--tag $(OVERLEAF_TAG) \
--tag $(OVERLEAF_BRANCH) \
--network=host \
$(MONOREPO_ROOT)
SHELLCHECK_OPTS = \