pvanand commited on
Commit
66b0d12
·
verified ·
1 Parent(s): fb9ac3b

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 -r requirements.txt
17
  EXPOSE 5000
18
 
19
  # Run the application
20
- CMD ["python", "app.py"]
 
17
  EXPOSE 5000
18
 
19
  # Run the application
20
+ CMD ["python", "main.py"]