elanuk commited on
Commit
305a880
·
verified ·
1 Parent(s): c633b99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -9,5 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt
9
  # Expose both ports
10
  EXPOSE 7860 8000
11
 
12
- # Start both services
13
- CMD uvicorn server:app --host 0.0.0.0 --port 8000 & python app.py
 
9
  # Expose both ports
10
  EXPOSE 7860 8000
11
 
12
+ CMD ["python", "app.py"]