Spaces:
Build error
Build error
fcernafukuzaki
commited on
Commit
•
aabbf7d
1
Parent(s):
f8fd965
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -24,4 +24,5 @@ RUN pip install --no-cache-dir --upgrade -r /content/proyecto/requirements.txt
|
|
24 |
|
25 |
COPY . .
|
26 |
|
27 |
-
ENTRYPOINT ["python", "app.py"
|
|
|
|
24 |
|
25 |
COPY . .
|
26 |
|
27 |
+
ENTRYPOINT ["python", "app.py"]
|
28 |
+
#, "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|