fix
This commit is contained in:
parent
0268a4be06
commit
28581afe78
@ -51,7 +51,7 @@ FROM node:18-alpine as frontend-builder
|
||||
WORKDIR /app/web
|
||||
|
||||
# Copy package files for dependency caching
|
||||
COPY web/package.json ./
|
||||
COPY web/package.json web/package-lock.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user