Skip to content

Commit

Permalink
release v0.2.1 (fix docker build error)
Browse files Browse the repository at this point in the history
  • Loading branch information
moeakwak committed Apr 29, 2024
1 parent a0d1b29 commit 265bb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:20-alpine AS deps
RUN apk add --no-cache libc6-compat openssl g++ make python3
WORKDIR /app

COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml\* ./
COPY package.json pnpm-lock.yaml ./

RUN \
if [ -f pnpm-lock.yaml ]; then yarn global add pnpm && pnpm i; \
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,5 @@
},
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 265bb1d

Please sign in to comment.