mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-12-26 01:22:53 +00:00
docker build: limit git history
Limit the git history to the latest state which ist enugh for that use case. Saves some resources and time on both sides.
This commit is contained in:
parent
633960f3a5
commit
6629458807
|
|
@ -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