mirror of
https://github.com/doolijb/serene-pub.git
synced 2026-07-09 15:58:23 +00:00
dockerfile fixes
This commit is contained in:
parent
52311c1155
commit
b9392f2586
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ FROM node:24-alpine AS builder
|
|||
WORKDIR /app
|
||||
|
||||
# Install deps first (layer-cached until package files change)
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
# Copy source and build
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue