promptsai commited on
Commit
05f909c
·
verified ·
1 Parent(s): 5c79023

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install fastapi uvicorn
12
 
13
  COPY . .
14
 
15
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
 
13
  COPY . .
14
 
15
+ CMD ["python", "code/demo.py"]