broadfield-dev commited on
Commit
a723746
·
verified ·
1 Parent(s): e689ec4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install ollama
17
  EXPOSE 8000
18
 
19
  # Run app.py when the container launches
20
- CMD ["python", "start_ollama_server.py"]
 
17
  EXPOSE 8000
18
 
19
  # Run app.py when the container launches
20
+ CMD ["python", "app.py"]