mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
chore: add lockfile before npm install
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM node:18-alpine as server
|
||||
|
||||
COPY ./server/package.json ./
|
||||
COPY ./server/package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user