Spaces:
Paused
Paused
Update hf_entrypoint.sh
Browse files- hf_entrypoint.sh +1 -1
hf_entrypoint.sh
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
-
python3 /
|
| 3 |
exec /app/docker/sqlite_entrypoint.sh
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
python3 /usr/local/bin/db_syncer.py &
|
| 3 |
exec /app/docker/sqlite_entrypoint.sh
|