Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|