s-ahal commited on
Commit
97a01a3
·
verified ·
1 Parent(s): ae7f27e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 7860
15
 
16
  # Run app.py when the container launches
17
- CMD ["python", "app.py"]
 
14
  EXPOSE 7860
15
 
16
  # Run app.py when the container launches
17
+ CMD ["python", "server.py"]