this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set outdir properly

+3 -3
+3 -3
caddy/Dockerfile
··· 12 12 # dong web 13 13 COPY ./dong-web ./dong-web 14 14 RUN pnpm --dir ./dong-web install --prod 15 - RUN pnpm --dir ./dong-web run build 15 + RUN pnpm --dir ./dong-web run build --outDir ./dong-web/dist 16 16 17 17 # saltire 18 18 COPY ./saltire-the-gays ./saltire-the-gays 19 19 RUN pnpm --dir ./saltire-the-gays install --prod 20 - RUN pnpm --dir ./saltire-the-gays run build 20 + RUN pnpm --dir ./saltire-the-gays run build --outDir ./saltire-the-gays/dist 21 21 22 22 # astral powers 23 23 COPY ./dnd ./dnd 24 24 RUN pnpm --dir ./dnd install --prod 25 - RUN pnpm --dir ./dnd run build 25 + RUN pnpm --dir ./dnd run build --outDir ./dnd/dist 26 26 27 27 ######### 28 28 # CADDY #