test / start.sh
Andrchest's picture
final try 9
4f1adfd
raw
history blame
249 Bytes
#!/usr/bin/env sh
# 1) start Qdrant with the new snapshot‐flag
qdrant --storage-snapshot /mnt/data/qdrant &
# 2) give Qdrant a second to spin up
sleep 2
# 3) start your Python entrypoint (which itself calls uvicorn.run)
exec python -m app.main