z90486091 commited on
Commit
4e0368b
·
verified ·
1 Parent(s): 9f2960d

Update hf_entrypoint.sh

Browse files
Files changed (1) hide show
  1. hf_entrypoint.sh +1 -1
hf_entrypoint.sh CHANGED
@@ -1,3 +1,3 @@
1
  #!/bin/sh
2
- python3 /app/docker/db_syncer.py &
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