YosrAbbassi commited on
Commit
6b864d4
1 Parent(s): 7a1010d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir gradio==1.7.7
17
  COPY . .
18
 
19
  # Run app.py when the container launches
20
- CMD ["python", "version.py"]
 
17
  COPY . .
18
 
19
  # Run app.py when the container launches
20
+ CMD ["python", "app.py"]