Personal Site
0
fork

Configure Feed

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

Use pnpm exec astro to build

+1 -1
+1 -1
Dockerfile
··· 9 9 # copy whole project, install packages, and build 10 10 COPY . ./ 11 11 RUN pnpm fetch --prod 12 - RUN pnpm run build 12 + RUN pnpm exec astro build 13 13 14 14 EXPOSE 4321 15 15