website symlinks point to common/, not capsule/
This commit is contained in:
+2
-5
@@ -14,11 +14,8 @@ RUN npm run astro db push
|
|||||||
|
|
||||||
COPY website .
|
COPY website .
|
||||||
|
|
||||||
# Some capsule content is symlinked into the website, so
|
RUN mkdir -p /common
|
||||||
# we need to copy over the targets of the symlinks
|
COPY common /common
|
||||||
RUN mkdir -p /capsule/content/logs
|
|
||||||
COPY capsule/content/logs/longlog /capsule/content/logs/longlog
|
|
||||||
COPY capsule/content/images /capsule/content/images
|
|
||||||
|
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV PORT=4321
|
ENV PORT=4321
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
../../../capsule/content/images/
|
../../../common/images/
|
||||||
@@ -1 +1 @@
|
|||||||
../../../../capsule/content/logs/longlog/
|
../../../../common/longlog/
|
||||||
Reference in New Issue
Block a user