This commit is contained in:
@@ -27,10 +27,10 @@ RUN git clone --depth 1 --branch ${CONTENT_REF} ${CONTENT_REPO} /src
|
|||||||
# • statische Seiten: /pages/* → /out/pages
|
# • statische Seiten: /pages/* → /out/pages
|
||||||
# (Pfad‑Anpassung hier nach DEINEM Repository‑Layout)
|
# (Pfad‑Anpassung hier nach DEINEM Repository‑Layout)
|
||||||
|
|
||||||
RUN mkdir -p /out/content /out/static
|
RUN mkdir -p /out/content /out/static /out/pages
|
||||||
RUN find /articles -name '*.md' -exec cp {} /out/content/ \;
|
RUN find /src/articles -name '*.md' -exec cp {} /out/content/ \;
|
||||||
RUN cp -r /static/* /out/static/
|
RUN cp -r /src/static/* /out/static/
|
||||||
RUN cp -r /pages/* /out/pages/
|
RUN cp -r /src/pages/* /out/pages/
|
||||||
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
|
Reference in New Issue
Block a user