Spaces:
Running
Running
File size: 294 Bytes
6f1f3b5 |
1 2 3 4 5 |
# mount our blobstore
test ${AZURE_MOUNT_POINT}
blobfuse ${AZURE_MOUNT_POINT} --use-https=true --tmp-path=/tmp/blobfuse/${AZURE_STORAGE_ACCOUNT} --container-name=${AZURE_STORAGE_ACCOUNT_CONTAINER} -o allow_other
# run the command passed to us
#exec "uvicorn main:app --host 0.0.0.0 --port 5000" |