mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-13 09:48:17 +01:00
Merge pull request #461 from thomas-mc-work/patch-1
docker build: limit git history
This commit is contained in:
commit
988703e944
@ -9,7 +9,7 @@ weight: 30
|
||||
Begin by cloning the repository and building the Docker container:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/rustdesk/rustdesk
|
||||
git clone --depth=1 https://github.com/rustdesk/rustdesk
|
||||
cd rustdesk
|
||||
docker build -t "rustdesk-builder" .
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user