diff --git a/Dockerfile b/Dockerfile index 0ec7b7d..ab44add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY --from=build /blog /usr/local/bin/blog # ─── Content + Assets ─── +RUN mkdir -p /content /static /pages /app +COPY . /app COPY --from=content /out/content /content COPY --from=content /out/static /static COPY --from=content /out/pages /pages