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"]