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

This commit is contained in:
Gavin Mogan
2026-04-12 11:37:10 -07:00
committed by Tangled
parent 1dfbd27cce
commit f00b0231fb

View File

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