zhou12189108 commited on
Commit
2f5afdf
1 Parent(s): 12f8b09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -43,7 +43,6 @@ COPY hcaptcha_solver.py .
43
 
44
  COPY api.py .
45
  EXPOSE 7860
46
-
47
  ENTRYPOINT ["/usr/bin/dumb-init", "--"]
48
  CMD ["/usr/local/bin/python","-u","/app/api.py"]
49
 
 
43
 
44
  COPY api.py .
45
  EXPOSE 7860
 
46
  ENTRYPOINT ["/usr/bin/dumb-init", "--"]
47
  CMD ["/usr/local/bin/python","-u","/app/api.py"]
48