michally commited on
Commit
ce37fa6
·
verified ·
1 Parent(s): 2686e37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN sed -i "s|^\s*prefix: '/v1/chat'|prefix: '/hf/v1/chat'|" src/api/routes/chat
18
  ENV TZ=Asia/Shanghai
19
 
20
  RUN yarn config set registry https://registry.npmmirror.com/ && \
21
- yarn install &&
22
  yarn run build
23
 
24
 
 
18
  ENV TZ=Asia/Shanghai
19
 
20
  RUN yarn config set registry https://registry.npmmirror.com/ && \
21
+ yarn install && \
22
  yarn run build
23
 
24