Skip to content

Commit

Permalink
Instruct to clone qwc-docker recursively in QuickStart
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 13, 2025
1 parent 6ffe592 commit 1da6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Then, follow these steps:

- Clone the qwc-docker sample setup at [qwc-docker](https://github.com/qwc-services/qwc-docker) and copy the docker-compose and api-gateway configuration templates:
```bash
git clone https://github.com/qwc-services/qwc-docker.git
git clone --recursive https://github.com/qwc-services/qwc-docker.git
cd qwc-docker
cp docker-compose-example.yml docker-compose.yml
cp api-gateway/nginx-example.conf api-gateway/nginx.conf
Expand Down

0 comments on commit 1da6f48

Please sign in to comment.