From 37349493abcdba89554d842e98fa13af80fc934b Mon Sep 17 00:00:00 2001 From: Sebastian Schlein Date: Mon, 14 Jun 2021 16:51:33 +0200 Subject: [PATCH] improve Docker setup docs --- docs/getting-started/installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 38e4cf8..90fa47b 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -15,8 +15,7 @@ After that, you are ready to go and can [share your first site](/docs/expose/get ## As a docker container -Expose has a `Dockerfile` already in the source root. -You can build and use it without requiring any extra effort. +Expose has a `Dockerfile` in the root of the source that you can build and use without any extra effort. ```bash docker build -t expose .