sshinmen commited on
Commit
20d5945
·
1 Parent(s): 1904665

Fix incorrect config flag in startup script (-c -> -config)

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. Dockerfile.hf-spaces +1 -1
Dockerfile CHANGED
@@ -82,7 +82,7 @@ fi\n\
82
  \n\
83
  mkdir -p /app/auth\n\
84
  \n\
85
- exec ./CLIProxyAPI -c /app/config.yaml\n\
86
  ' > /app/start.sh && chmod +x /app/start.sh
87
 
88
  CMD ["/app/start.sh"]
 
82
  \n\
83
  mkdir -p /app/auth\n\
84
  \n\
85
+ exec ./CLIProxyAPI -config /app/config.yaml\n\
86
  ' > /app/start.sh && chmod +x /app/start.sh
87
 
88
  CMD ["/app/start.sh"]
Dockerfile.hf-spaces CHANGED
@@ -82,7 +82,7 @@ fi\n\
82
  \n\
83
  mkdir -p /app/auth\n\
84
  \n\
85
- exec ./CLIProxyAPI -c /app/config.yaml\n\
86
  ' > /app/start.sh && chmod +x /app/start.sh
87
 
88
  CMD ["/app/start.sh"]
 
82
  \n\
83
  mkdir -p /app/auth\n\
84
  \n\
85
+ exec ./CLIProxyAPI -config /app/config.yaml\n\
86
  ' > /app/start.sh && chmod +x /app/start.sh
87
 
88
  CMD ["/app/start.sh"]