mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 10:17:43 +02: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:
|
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" .
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user