Spaces:
Runtime error
Runtime error
Create entry_script.py
Browse files- entry_script.py +7 -0
entry_script.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# Start the first process
|
4 |
+
python entry_point.py &
|
5 |
+
|
6 |
+
# Start the second process
|
7 |
+
python health_check.py &
|