mirror of
https://github.com/kunkundi/crossdesk-server.git
synced 2026-04-05 02:26:01 +08:00
[feat] add docker scripts
This commit is contained in:
@@ -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 .
|
||||
```
|
||||
Reference in New Issue
Block a user