Upload entrypoint.sh
Browse files- 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 "$@"
|