fix: stabilize Docker builds by standardizing on ARM64 and explicit stage naming (klz-2026 pattern)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Step 1: Base image
|
||||
FROM node:20-alpine AS base
|
||||
# Step 1: Builder image
|
||||
FROM node:20-alpine AS builder
|
||||
RUN apk add --no-cache libc6-compat curl
|
||||
WORKDIR /app
|
||||
RUN corepack enable pnpm
|
||||
|
||||
Reference in New Issue
Block a user