Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 16, 2023
1 parent 7b46af1 commit 75198c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ 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 git \
&& apk add --no-cache nodejs npm git \
&& cd && ls \
&& which npm \
&& npm i -g \
&& npm config \
&& cd && cat .npmrc \
&& echo -e "安装 pnpm" \
&& npm -v \
Expand Down

0 comments on commit 75198c8

Please sign in to comment.