chore: update Dockerfile for fresh build
All checks were successful
Build and Deploy Development / build-and-push (push) Successful in 2m6s
Build and Deploy Development / deploy (push) Successful in 12s

This commit is contained in:
2025-09-06 17:57:19 +10:00
parent 03c8e07f87
commit 2702e74ac5

View File

@ -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