1u commited on
Commit
2004c44
·
verified ·
1 Parent(s): 5cfdc71

Upload entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +5 -0
entrypoint.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ python /app/sync_data.py &
4
+
5
+ exec "$@"