Skip to content

Commit

Permalink
Merge pull request #559 from SayakMukhopadhyay/container-perms-fix
Browse files Browse the repository at this point in the history
fix: copying inside the container perms issue
  • Loading branch information
k8s-ci-robot authored Jan 8, 2025
2 parents 2740a9f + 17df8d6 commit 326f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 326f66b

Please sign in to comment.