diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 4860fda..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@egg:registry=https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/ \ No newline at end of file diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 0000000..5ce510c --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,5 @@ +[install] +registry = "https://registry.npmjs.org" + +[install.scopes] +"@egg" = "https://git.yingbo.im:333/api/packages/zhaoyingbo/npm/" \ No newline at end of file diff --git a/docker/deploy/Dockerfile b/docker/deploy/Dockerfile index 0e96c07..5520a04 100644 --- a/docker/deploy/Dockerfile +++ b/docker/deploy/Dockerfile @@ -6,6 +6,8 @@ COPY package*.json ./ COPY bun.lockb ./ +COPY bunfig.toml ./ + RUN bun install COPY . .