Skip to content

Commit a11b484

Browse files
committed
shallow clone
1 parent 5f6fd8e commit a11b484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/self-hosting/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You may need to spin up multiple workers to handle peak concurrency. The good ne
7070
1. Clone the repository
7171

7272
```bash
73-
git clone https://github.com/triggerdotdev/trigger.dev
73+
git clone --depth=1 https://github.com/triggerdotdev/trigger.dev
7474
cd trigger.dev/hosting/docker
7575
```
7676

@@ -116,7 +116,7 @@ docker compose -f docker-compose.yml -f ../docker-compose.traefik.yml up -d
116116
1. Clone the repository
117117

118118
```bash
119-
git clone https://github.com/triggerdotdev/trigger.dev
119+
git clone --depth=1 https://github.com/triggerdotdev/trigger.dev
120120
cd trigger.dev/hosting/docker
121121
```
122122

0 commit comments

Comments
 (0)