This commit is contained in:
@ -4,7 +4,7 @@ FROM node:20-alpine as build
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package files
|
||||
COPY package.json yarn.lock ./
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
Reference in New Issue
Block a user