kyanmahajan commited on
Commit
53f2d7b
·
verified ·
1 Parent(s): 3605994

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  EXPOSE 7860
20
 
21
  # Start the app
22
- CMD ["python", "app.py"]
 
19
  EXPOSE 7860
20
 
21
  # Start the app
22
+ CMD ["python", "xray_classifier.py"]