From 17df8d6cae4e47b621683284322dc25a1e7a2510 Mon Sep 17 00:00:00 2001 From: Sayak Mukhopadhyay Date: Tue, 7 Jan 2025 10:36:34 +0000 Subject: [PATCH] fix: copying inside the container perms issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a06c60cd9..080642b94 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. CONTAINER_ENGINE ?= docker -CONTAINER_RUN := $(CONTAINER_ENGINE) run --user : --rm -it -v "$(CURDIR):/src" +CONTAINER_RUN := $(CONTAINER_ENGINE) run --rm -it -v "$(CURDIR):/src" HUGO_VERSION := $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n") CONTAINER_IMAGE := k8s-contrib-site-hugo REPO_ROOT :=${CURDIR}