starrocks/docker
choury 4b3181038b
[Feature] add dockerfile to build docker image (#7241)
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
```
2022-07-04 20:00:27 +08:00
..
Dockerfile [Feature] add dockerfile to build docker image (#7241) 2022-07-04 20:00:27 +08:00
build.sh [Feature] add dockerfile to build docker image (#7241) 2022-07-04 20:00:27 +08:00
dockerignore [Feature] add dockerfile to build docker image (#7241) 2022-07-04 20:00:27 +08:00