We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2740a9f + 17df8d6 commit 326f66bCopy full SHA for 326f66b
Makefile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
CONTAINER_ENGINE ?= docker
16
-CONTAINER_RUN := $(CONTAINER_ENGINE) run --user : --rm -it -v "$(CURDIR):/src"
+CONTAINER_RUN := $(CONTAINER_ENGINE) run --rm -it -v "$(CURDIR):/src"
17
HUGO_VERSION := $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
18
CONTAINER_IMAGE := k8s-contrib-site-hugo
19
REPO_ROOT :=${CURDIR}
0 commit comments