this repo has no description
2
fork

Configure Feed

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

fix things

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