Commit e983c56e authored by liuzheng712's avatar liuzheng712

feat: update

parent 9e89a828
......@@ -51,3 +51,16 @@ Nginx config:
proxy_set_header Connection "upgrade";
}
```
# Luna in Docker
## build
Run this script, it will build automatically.
```bash
./tools/docker_build.sh
```
## run
```bash
docker run -d -p 80:80 luna
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment