Moge-Row commited on
Commit
28327c9
·
1 Parent(s): 26a79ca

debug camoufox startup

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY . .
25
  EXPOSE 7860
26
  ENV PORT=7860
27
 
28
- CMD ["sh", "-c", "python3 camoufox_server.py & ./zai-proxy"]
 
25
  EXPOSE 7860
26
  ENV PORT=7860
27
 
28
+ CMD ["sh", "-c", "python3 camoufox_server.py > /tmp/camoufox.log 2>&1 & sleep 15 && cat /tmp/camoufox.log && ./zai-proxy"]