mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
6 lines
218 B
Bash
6 lines
218 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
docker run -d -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite:3.33.0 azurite --skipApiVersionCheck --blobHost 0.0.0.0 --queueHost 0.0.0.0 --tableHost 0.0.0.0
|