mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix wrong lockfile copy
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM node:18-alpine as builder
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package.json first to cache node_modules
|
||||
COPY package.json package-lock.json .
|
||||
COPY package.json pnpm-lock.yaml .
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user