From 3a14c911e6896bb8320d7e78f33b109dabfa3535 Mon Sep 17 00:00:00 2001 From: lubiana Date: Fri, 13 Dec 2024 12:52:15 +0100 Subject: [PATCH] test --- actions/hugo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/hugo/Dockerfile b/actions/hugo/Dockerfile index f857370..0d4e49d 100644 --- a/actions/hugo/Dockerfile +++ b/actions/hugo/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache \ gzip \ hugo -COPY entrypoint.sh /entrypoint.sh +ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]