mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy package.json first to cache node_modules
|
# Copy package.json first to cache node_modules
|
||||||
COPY package.json package-lock.json .
|
COPY package.json pnpm-lock.yaml .
|
||||||
|
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user