matthoffner commited on
Commit
ad7696e
·
1 Parent(s): e0645c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install --upgrade pip && \
16
  COPY . .
17
  RUN ls -al
18
 
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  COPY . .
17
  RUN ls -al
18
 
19
+ CMD ["gradio", "app.py", "--host", "0.0.0.0", "--port", "8000"]