this repo has no description
2
fork

Configure Feed

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

fix

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