Skip to content

Commit 326f66b

Browse files
authored
Merge pull request #559 from SayakMukhopadhyay/container-perms-fix
fix: copying inside the container perms issue
2 parents 2740a9f + 17df8d6 commit 326f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
CONTAINER_ENGINE ?= docker
16-
CONTAINER_RUN := $(CONTAINER_ENGINE) run --user : --rm -it -v "$(CURDIR):/src"
16+
CONTAINER_RUN := $(CONTAINER_ENGINE) run --rm -it -v "$(CURDIR):/src"
1717
HUGO_VERSION := $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
1818
CONTAINER_IMAGE := k8s-contrib-site-hugo
1919
REPO_ROOT :=${CURDIR}

0 commit comments

Comments
 (0)