zhou12189108 commited on
Commit
4fe1fc1
·
1 Parent(s): aa1aa4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -41,6 +41,7 @@ USER foxer
41
  RUN playwright install firefox
42
  COPY hcaptcha_solver.py .
43
 
 
44
  COPY api.py .
45
  EXPOSE 7860
46
 
 
41
  RUN playwright install firefox
42
  COPY hcaptcha_solver.py .
43
 
44
+
45
  COPY api.py .
46
  EXPOSE 7860
47