denovoref commited on
Commit
4d94c1d
·
1 Parent(s): 5ec3d4d

changed dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +3 -1
dockerfile CHANGED
@@ -22,4 +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
- CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
 
 
 
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"]