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