From 2702e74ac5281fe72ae113b8a04e478eb654acba Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 6 Sep 2025 17:57:19 +1000 Subject: [PATCH] chore: update Dockerfile for fresh build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6402b0..080b5c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,4 +28,4 @@ RUN if [ -z "$HUGO_BASEURL" ]; then \ FROM hugomods/hugo:nginx # Copy built static site -COPY --from=builder /site +COPY --from=builder /build /site