shevadesuyash commited on
Commit
d581168
·
verified ·
1 Parent(s): 52e3c4e

Update entrypoint.sh

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