fixing
This commit is contained in:
parent
e78e675952
commit
1ed85825f2
|
|
@ -4,7 +4,7 @@ FROM node:18-alpine AS builder
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package.json and package-lock.json
|
||||
COPY package.json package-lock.json ./
|
||||
COPY package.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue