Merge pull request #461 from thomas-mc-work/patch-1

docker build: limit git history
This commit is contained in:
RustDesk
2024-11-24 09:42:28 +09:00
committed by GitHub

View File

@@ -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" .
```