From 0806260fb68f9091b1c0693af98fca370e151955 Mon Sep 17 00:00:00 2001 From: Paul <62331138+Ziip-dev@users.noreply.github.com> Date: Mon, 20 May 2024 12:31:42 +0200 Subject: [PATCH] Update Dockerfiles/Dockerfile Co-authored-by: Senthilkumar Panneerselvam --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index 0a850abf..68599625 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -9,7 +9,7 @@ RUN wget --quiet "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER tar xzf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \ rm -r hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \ mv hugo /usr/bin && \ - chmod 755 /usr/bin/hugo + chmod 755 /usr/bin/hugo && \ mkdir /target && \ hugo -d /target -e "${HUGO_ENV_ARG}"