Spaces:
Running
Running
Commit
·
4fe1fc1
1
Parent(s):
aa1aa4a
Update Dockerfile
Browse files- 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 |
|