From 297a1f492267d5e3bef3cda8d8fbff15099d0011 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 28 Aug 2023 18:08:57 -0500 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f280e8..be6759e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine3.18 WORKDIR /data -COPY dart-sass/* /bin +COPY dart-sass/sass /bin RUN apk add git COPY hugo*/hugo /bin \ No newline at end of file