wIK5Ez2o commited on
Commit
2739468
·
verified ·
1 Parent(s): 2ed2107

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM node:16 AS builder
3
  WORKDIR /src
4
  RUN git clone https://github.com/songquanpeng/one-api.git -b v0.6.8 .
5
  WORKDIR /src/web
6
- RUN cp /VERSION .
7
 
8
  WORKDIR /src/web/default
9
  RUN npm install
 
3
  WORKDIR /src
4
  RUN git clone https://github.com/songquanpeng/one-api.git -b v0.6.8 .
5
  WORKDIR /src/web
6
+ RUN cp /src/VERSION .
7
 
8
  WORKDIR /src/web/default
9
  RUN npm install