AnkushWaghmare commited on
Commit
c664e12
·
verified ·
1 Parent(s): cd962e9

Updated the path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ EXPOSE 5000
20
  ENV PYTHONUNBUFFERED=1
21
 
22
  # Run the Flask app
23
- CMD ["python", "backend_files/app.py"]
 
20
  ENV PYTHONUNBUFFERED=1
21
 
22
  # Run the Flask app
23
+ CMD ["python", "app.py"]