Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
#!/bin/bash
|
2 |
-
|
3 |
-
exec python
|
|
|
1 |
#!/bin/bash
|
2 |
+
echo "Starting Flask app..."
|
3 |
+
exec python main.py
|