ohmyapi commited on
Commit
946f32c
·
verified ·
1 Parent(s): 2070d77

test: revert to working CMD without entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN chmod +x /app/cleanup_tokens.sh /app/entrypoint.sh
18
  ENV TZ=Asia/Shanghai
19
  EXPOSE 7860
20
 
21
- CMD ["sh", "-c", "echo '[inline] starting' && exec /app/cli-proxy-api --config /app/config.yaml"]
 
18
  ENV TZ=Asia/Shanghai
19
  EXPOSE 7860
20
 
21
+ CMD ["./cli-proxy-api", "--config", "/app/config.yaml"]