mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Add static files required for other sites than angestoepselt to Docker build environment
This commit is contained in:
parent
6670961b84
commit
a8d9def507
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ COPY .eleventy* /build/
|
||||||
COPY assets /build/assets/
|
COPY assets /build/assets/
|
||||||
COPY includes /build/includes/
|
COPY includes /build/includes/
|
||||||
COPY sites/${SITE} /build/sites/${SITE}/
|
COPY sites/${SITE} /build/sites/${SITE}/
|
||||||
|
# These are symlinked from other sites:
|
||||||
|
COPY sites/angestoepselt/_images/home-banner.jpg /build/sites/angestoepselt/_images/
|
||||||
|
COPY sites/angestoepselt/_static/assets/logos /build/sites/angestoepselt/_static/assets/logos/
|
||||||
|
|
||||||
RUN SITE=${SITE} npm run build
|
RUN SITE=${SITE} npm run build
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue