Testfix for loop restart #3
All checks were successful
release-tag / release-image (push) Successful in 1m58s

This commit is contained in:
2025-05-04 18:39:54 +02:00
parent 1d09537ff0
commit b83eff82a0

View File

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