wIK5Ez2o commited on
Commit
469271c
·
verified ·
1 Parent(s): eb24227

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN chmod +x server
17
 
18
  # 下载过盾文件
19
  RUN curl -JLO https://raw.githubusercontent.com/bincooo/chatgpt-adapter/refs/heads/hel/bin.zip
20
- RUN unzip bin.zip
21
  ENV ARG "--port 7860"
22
  CMD ["./server ${ARG}"]
23
  ENTRYPOINT ["sh", "-c"]
 
17
 
18
  # 下载过盾文件
19
  RUN curl -JLO https://raw.githubusercontent.com/bincooo/chatgpt-adapter/refs/heads/hel/bin.zip
20
+ RUN unzip bin.zip && tree .
21
  ENV ARG "--port 7860"
22
  CMD ["./server ${ARG}"]
23
  ENTRYPOINT ["sh", "-c"]