chansung commited on
Commit
17c779c
·
1 Parent(s): 5324572

Create entry_script.py

Browse files
Files changed (1) hide show
  1. 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 &