opt: 通过环境变量来传参,修正 docker compose 配置参数

This commit is contained in:
RockYang
2023-06-27 18:29:46 +08:00
parent 871f5d39e4
commit daf83cfc84
13 changed files with 109 additions and 93 deletions

View File

@@ -12,4 +12,4 @@ RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
# 容器启动时执行的命令
CMD ["./chatgpt-v3-amd64-linux", "--debug=false"]
CMD ["./chatgpt-v3-amd64-linux"]