shevadesuyash commited on
Commit
6748826
·
verified ·
1 Parent(s): 8a90661

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,3 +1,3 @@
1
  #!/bin/bash
2
  echo "Starting Flask app..."
3
- exec python main.py
 
1
  #!/bin/bash
2
  echo "Starting Flask app..."
3
+ exec python app.py