redfernstech commited on
Commit
01504f5
·
verified ·
1 Parent(s): f0d4fe2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir -r requirements.txt
15
  COPY . .
16
 
17
  EXPOSE 8000
18
- CMD ["sh", "-c", "ollama serve & uvicorn app.main:app --host 0.0.0.0 --port 8000"]
 
15
  COPY . .
16
 
17
  EXPOSE 8000
18
+ CMD ["sh", "-c", "ollama serve & uvicorn main:app --host 0.0.0.0 --port 8000"]