[feat] add docker scripts

This commit is contained in:
dijunkun
2025-10-20 01:30:28 +08:00
parent a6ac412303
commit 4e6f52a578
4 changed files with 88 additions and 2 deletions

View File

@@ -34,4 +34,11 @@ xmake f -m debug/release
# Example
xmake b -vy crossdesk_server
```
For more information, please refer to the [official Xmake documentation](https://xmake.io/guide/quick-start.html) .
For more information, please refer to the [official Xmake documentation](https://xmake.io/guide/quick-start.html) .
## Build Docker Image
```
cd docker
sudo docker build -t image-name .
```