Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -9,7 +9,6 @@ RUN pip install cloudscraper Flask && \
|
|
9 |
RUN /bin/bash -c 'cat <<EOF > /proxy.py
|
10 |
from flask import Flask, request, Response
|
11 |
import cloudscraper
|
12 |
-
scraper = cloudscraper.create_scraper(interpreter='nodejs')
|
13 |
EOF'
|
14 |
|
15 |
#COPY proxy.py /proxy.py
|
|
|
9 |
RUN /bin/bash -c 'cat <<EOF > /proxy.py
|
10 |
from flask import Flask, request, Response
|
11 |
import cloudscraper
|
|
|
12 |
EOF'
|
13 |
|
14 |
#COPY proxy.py /proxy.py
|