x
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1 – build static assets
|
||||
FROM node:20-alpine AS builder
|
||||
# Stage 1 – build static assets (bookworm: glibc – @tailwindcss/oxide má spolehlivé prebuildy; alpine/musl často selže při npm ci)
|
||||
FROM node:20-bookworm-slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
Reference in New Issue
Block a user