Our Personal Data Server from scratch!
0
fork

Configure Feed

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

fix(Dockerfile): duplicate named stage causes failure to build

authored by

Gavin Mogan and committed by tangled.org f00b0231 1dfbd27c

+1 -1
+1 -1
Dockerfile
··· 1 - FROM node:24-alpine AS builder 1 + FROM node:24-alpine AS frontend 2 2 RUN corepack enable && corepack prepare pnpm@latest --activate 3 3 WORKDIR /app 4 4 COPY frontend/package.json frontend/pnpm-lock.yaml ./