parthraninga commited on
Commit
3b84ccb
·
verified ·
1 Parent(s): a0f550c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -89,4 +89,4 @@ COPY --chown=user . .
89
  EXPOSE 7860
90
 
91
  # The command to run when the container starts: launch the Gradio app
92
- CMD ["python", "app.py"]
 
89
  EXPOSE 7860
90
 
91
  # The command to run when the container starts: launch the Gradio app
92
+ CMD ["gradio", "app.py"]