From 2b6b11c614b2b88281311e946bf5cb3938e8bf96 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 14 Sep 2023 14:50:15 -0400 Subject: [PATCH] why github action no worky? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62a86cf..20d8ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /root # pass in the uri or ip of the comments api so nginx can forward to it ARG COMMENTS_BACKEND ENV COMMENTS_BACKEND=${WITH_BACKEND} -RUN ["hugo", "--minify"] +RUN ["/usr/bin/hugo", "--minify"] FROM python:3.11-alpine as fiddling RUN ["mkdir", "/application"]