1
0
mirror of https://github.com/rustdesk/doc.rustdesk.com.git synced 2025-07-12 04:05:39 +02:00

Merge pull request 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

@ -9,7 +9,7 @@ weight: 30
Begin by cloning the repository and building the Docker container: Begin by cloning the repository and building the Docker container:
```sh ```sh
git clone https://github.com/rustdesk/rustdesk git clone --depth=1 https://github.com/rustdesk/rustdesk
cd rustdesk cd rustdesk
docker build -t "rustdesk-builder" . docker build -t "rustdesk-builder" .
``` ```