From 6fc915c29574b11b04f81dbdc746ba90016b53ba Mon Sep 17 00:00:00 2001 From: doublebyte1 Date: Wed, 23 Oct 2024 09:45:46 +0100 Subject: [PATCH] - fixed typo --- workshop/content/docs/publishing/first.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/content/docs/publishing/first.md b/workshop/content/docs/publishing/first.md index ee4137ac..fa387130 100644 --- a/workshop/content/docs/publishing/first.md +++ b/workshop/content/docs/publishing/first.md @@ -48,7 +48,7 @@ To test:
```bash docker compose up -d - docker ls # verify that the pygeoapi container is running + docker ps # verify that the pygeoapi container is running # visit http://localhost:5000 in your browser, verify some collections docker logs --follow pygeoapi # view logs docker compose stop