Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent 539dbe4 commit ca823c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM python:3.10-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& apk update \
&& apk add nodejs npm yarn git \
&& apk add nodejs yarn git \
&& yarn global add pnpm@8.3.1 \
&& cd /tmp/build \
&& apk add npm \
&& pnpm --registry https://registry.npmmirror.com install --prod

0 comments on commit ca823c9

Please sign in to comment.