website symlinks point to common/, not capsule/

This commit is contained in:
2026-04-25 10:52:13 +01:00
parent b09fd38e65
commit 728bc67ddf
3 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -14,11 +14,8 @@ RUN npm run astro db push
COPY website .
# Some capsule content is symlinked into the website, so
# we need to copy over the targets of the symlinks
RUN mkdir -p /capsule/content/logs
COPY capsule/content/logs/longlog /capsule/content/logs/longlog
COPY capsule/content/images /capsule/content/images
RUN mkdir -p /common
COPY common /common
ENV HOST=0.0.0.0
ENV PORT=4321