File size: 437 Bytes
8fa0b83 5c30fb4 11d2ae2 09c69b6 bcbe998 0c1b51e bcbe998 0c1b51e bcbe998 ea3acde bcbe998 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# mount our blobstore
#test ${AZURE_MOUNT_POINT}
#sudo rm -rf app/azure
mkdir app/
mkdir app/azure
#who
# mount our blobstore
blobfuse2 $AZURE_MOUNT_POINT --use-https=true --tmp-path=/tmp/blobfuse/$AZURE_STORAGE_ACCOUNT --container-name=$AZURE_STORAGE_ACCOUNT_CONTAINER -o allow_other --use-attr-cache=true --basic-remount-check=true --read-only=true
# run the command passed to us
#exec "uvicorn main:app --host 0.0.0.0 --port 5000"
|