Spaces:
Sleeping
Sleeping
denovoref commited on
Commit ·
4a3ff34
1
Parent(s): 4d94c1d
changed host
Browse files- dockerfile +2 -2
dockerfile
CHANGED
|
@@ -22,6 +22,6 @@ ENV FLASK_RUN_HOST=0.0.0.0
|
|
| 22 |
ENV FLASK_RUN_PORT=7860
|
| 23 |
|
| 24 |
# Start the Flask app when the container starts
|
| 25 |
-
|
| 26 |
|
| 27 |
-
CMD ["python", "src/search_engine/app.py"]
|
|
|
|
| 22 |
ENV FLASK_RUN_PORT=7860
|
| 23 |
|
| 24 |
# Start the Flask app when the container starts
|
| 25 |
+
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
| 26 |
|
| 27 |
+
#CMD ["python", "src/search_engine/app.py"]
|