pvanand commited on
Commit
8c09424
·
verified ·
1 Parent(s): b2cb998

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ COPY --chown=user . $HOME/app
26
  EXPOSE 5000
27
 
28
  # Set the environment variable for Flask
29
- ENV FLASK_APP=api_server.py
30
 
31
  # Run the Flask application
32
  CMD ["flask", "run", "--host=0.0.0.0"]
 
26
  EXPOSE 5000
27
 
28
  # Set the environment variable for Flask
29
+ ENV FLASK_APP=main.py
30
 
31
  # Run the Flask application
32
  CMD ["flask", "run", "--host=0.0.0.0"]