mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-02-16 10:30:58 +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:
@@ -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" .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user