Testfix for loop restart #3
All checks were successful
release-tag / release-image (push) Successful in 1m58s
All checks were successful
release-tag / release-image (push) Successful in 1m58s
This commit is contained in:
@@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
COPY --from=build /blog /usr/local/bin/blog
|
COPY --from=build /blog /usr/local/bin/blog
|
||||||
|
|
||||||
# ─── Content + Assets ───
|
# ─── Content + Assets ───
|
||||||
|
RUN mkdir -p /content /static /pages /app
|
||||||
|
COPY . /app
|
||||||
COPY --from=content /out/content /content
|
COPY --from=content /out/content /content
|
||||||
COPY --from=content /out/static /static
|
COPY --from=content /out/static /static
|
||||||
COPY --from=content /out/pages /pages
|
COPY --from=content /out/pages /pages
|
||||||
|
Reference in New Issue
Block a user