1u commited on
Commit
1436d29
·
verified ·
1 Parent(s): fef2a52

Upload entrypoint.sh

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