To support serverless , we can package docker image. ``` ./build.sh -b main ``` And run this image ``` docker run -itd starrocks be/bin/start_cn.sh ``` |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| build.sh | ||
| dockerignore | ||
To support serverless , we can package docker image. ``` ./build.sh -b main ``` And run this image ``` docker run -itd starrocks be/bin/start_cn.sh ``` |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| build.sh | ||
| dockerignore | ||