sashtech commited on
Commit
dfa5513
1 Parent(s): 1cac35d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY . /app
23
  EXPOSE 7860
24
 
25
  # Run the Gradio app
26
- CMD ["python", "your_app_script.py"]
 
23
  EXPOSE 7860
24
 
25
  # Run the Gradio app
26
+ CMD ["python", "app.py"]