From 2e7d044a5a98a4d2bfe10c00067ec3d4a6a67820 Mon Sep 17 00:00:00 2001 From: sthope Date: Mon, 6 Sep 2021 18:22:43 +0200 Subject: [PATCH] initial commit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 82538ab..57fc9ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,9 @@ ENV CGO_ENABLED=${CGO} ENV GOOS=linux ENV GO111MODULE=on -WORKDIR /go/src/github.com/gohugoio/hugo +WORKDIR blog/ -COPY . /go/src/github.com/gohugoio/hugo/ +COPY . blog/ # gcc/g++ are required to build SASS libraries for extended version RUN apk update && \