text2quiz_backend / entrypoint.sh
nhathuy07's picture
Update entrypoint.sh
19fd3d0 verified
raw
history blame
80 Bytes
redis-server --save "" &
uvicorn main:app --port 7860 --host 0.0.0.0 --workers 6