chore: add lockfile before npm install
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
FROM node:18-alpine as server
|
FROM node:18-alpine as server
|
||||||
|
|
||||||
COPY ./server/package.json ./
|
COPY ./server/package.json ./
|
||||||
|
COPY ./server/package-lock.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user