Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ ADD config.yaml .
|
|
12 |
RUN chmod +x server
|
13 |
|
14 |
# 下载过盾文件
|
15 |
-
RUN curl -
|
16 |
|
17 |
ENV ARG "--port 7860"
|
18 |
CMD ["./server ${ARG}"]
|
|
|
12 |
RUN chmod +x server
|
13 |
|
14 |
# 下载过盾文件
|
15 |
+
RUN curl -JLO https://github.com/bincooo/chatgpt-adapter/tree/hel/bin.zip
|
16 |
|
17 |
ENV ARG "--port 7860"
|
18 |
CMD ["./server ${ARG}"]
|