Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 19c0ec9

Browse files
committed
chore: fix ci problem
1 parent 4dbd451 commit 19c0ec9

File tree

4 files changed

+100
-86
lines changed

4 files changed

+100
-86
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM node:lts-alpine
44
WORKDIR /app
55

66
# Install dependencies
7-
COPY package.json pnpm-lock.yaml ./
87
RUN npm install -g pnpm
8+
COPY package.json pnpm-lock.yaml ./
99
RUN pnpm install
1010

1111
# Copy source

plugins/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)