pihn commited on
Commit
e88f705
·
verified ·
1 Parent(s): aa4c728

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ COPY --chown=user config.yaml $HOME/app/config.yaml
33
  # 暴露 Hugging Face 的默认访问端口
34
  EXPOSE 7860
35
 
 
36
  # 赋予执行权限并启动程序
37
  RUN chmod +x ./cli-proxy-api
38
  CMD ["./cli-proxy-api"]
 
33
  # 暴露 Hugging Face 的默认访问端口
34
  EXPOSE 7860
35
 
36
+
37
  # 赋予执行权限并启动程序
38
  RUN chmod +x ./cli-proxy-api
39
  CMD ["./cli-proxy-api"]