Skip to content

Commit

Permalink
🔧 ci: try to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 6, 2023
1 parent 058fd3f commit e7fd5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app

COPY package.json ./

RUN pnpm i -g bun
RUN pnpm i -g bun@1.0.8
# If you want to build docker in China
#RUN npm config set registry https://registry.npmmirror.com/
RUN bun i
Expand Down

0 comments on commit e7fd5d5

Please sign in to comment.