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