improve Docker setup docs

This commit is contained in:
Sebastian Schlein
2021-06-14 16:51:33 +02:00
parent d610705af7
commit 37349493ab

View File

@@ -15,8 +15,7 @@ After that, you are ready to go and can [share your first site](/docs/expose/get
## As a docker container ## As a docker container
Expose has a `Dockerfile` already in the source root. Expose has a `Dockerfile` in the root of the source that you can build and use without any extra effort.
You can build and use it without requiring any extra effort.
```bash ```bash
docker build -t expose . docker build -t expose .