feat: 添加bunfig.toml配置文件并移除.npmrc
This commit is contained in:
parent
7e12d75336
commit
abd3e46a52
1
.npmrc
1
.npmrc
@ -1 +0,0 @@
|
||||
@egg:registry=https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/
|
5
bunfig.toml
Normal file
5
bunfig.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[install]
|
||||
registry = "https://registry.npmjs.org"
|
||||
|
||||
[install.scopes]
|
||||
"@egg" = "https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/"
|
@ -6,6 +6,8 @@ COPY package*.json ./
|
||||
|
||||
COPY bun.lockb ./
|
||||
|
||||
COPY bunfig.toml ./
|
||||
|
||||
RUN bun install
|
||||
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user