Spaces:
Paused
Paused
Commit
·
2cd9cb2
1
Parent(s):
33d5596
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ RUN playwright install firefox --with-deps
|
|
| 42 |
USER foxer
|
| 43 |
RUN playwright install firefox
|
| 44 |
COPY hcaptcha_solver.py .
|
| 45 |
-
|
| 46 |
COPY api.py .
|
| 47 |
EXPOSE 8081
|
| 48 |
|
|
|
|
| 42 |
USER foxer
|
| 43 |
RUN playwright install firefox
|
| 44 |
COPY hcaptcha_solver.py .
|
| 45 |
+
COPY token .
|
| 46 |
COPY api.py .
|
| 47 |
EXPOSE 8081
|
| 48 |
|