vishalsh13 commited on
Commit
9a9a10f
·
1 Parent(s): 0ef9213
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN mkdir -p /app/uploads && chown -R 1000:1000 /app/uploads
22
  EXPOSE 7860
23
 
24
  # Run app.py when the container launches
25
- CMD ["gradio", "app.py", "--server-name", "0.0.0.0", "--server-port", "7860"]
 
22
  EXPOSE 7860
23
 
24
  # Run app.py when the container launches
25
+ CMD ["python", "app.py"]