Spaces:
Paused
Paused
Update hf_entrypoint.sh
Browse files- hf_entrypoint.sh +2 -6
hf_entrypoint.sh
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
python3 /usr/local/bin/db_syncer.py &
|
| 5 |
-
fi
|
| 6 |
-
# Hand off to original baked entrypoint
|
| 7 |
-
exec /usr/local/bin/sqlite_entrypoint.sh "$@"
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
python3 /usr/local/bin/db_syncer.py &
|
| 3 |
+
exec /app/docker/sqlite_entrypoint.sh
|
|
|
|
|
|
|
|
|
|
|
|