mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 15:16:39 +08:00
修复docker file
This commit is contained in:
parent
91993f1a47
commit
6a4cf66ba2
@ -2,7 +2,7 @@ FROM node:16 as builder
|
||||
|
||||
WORKDIR /build
|
||||
COPY web/package.json .
|
||||
RUN npm npm config set registry https://registry.npmmirror.com/
|
||||
RUN npm config set registry https://registry.npmmirror.com/
|
||||
RUN npm install
|
||||
COPY ./web .
|
||||
COPY ./VERSION .
|
||||
|
Loading…
Reference in New Issue
Block a user