feat: 添加bunfig.toml配置文件并移除.npmrc

This commit is contained in:
zhaoyingbo 2024-11-27 13:14:50 +00:00
parent 7e12d75336
commit abd3e46a52
3 changed files with 7 additions and 1 deletions

1
.npmrc
View File

@ -1 +0,0 @@
@egg:registry=https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/

5
bunfig.toml Normal file
View File

@ -0,0 +1,5 @@
[install]
registry = "https://registry.npmjs.org"
[install.scopes]
"@egg" = "https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/"

View File

@ -6,6 +6,8 @@ COPY package*.json ./
COPY bun.lockb ./
COPY bunfig.toml ./
RUN bun install
COPY . .