ci: updated dockerfile

This commit is contained in:
Marvin Zhang
2024-10-24 14:12:56 +08:00
parent 158a60f31b
commit 18946c71a1

View File

@@ -11,7 +11,7 @@ RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
# Install project dependencies
RUN pnpm install
RUN pnpm recursive install
# Copy the rest of the application code
COPY . .