Update 'build' doc (#2439)

'setup.sh' expects an image named 'mailserver/docker-mailserver:latest' or else it will pull a remote image.
This commit is contained in:
John McClean 2022-02-27 12:01:18 -08:00 committed by GitHub
parent 2de3340d2c
commit dca2372431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ You'll need to retrieve the git submodules prior to building your own Docker ima
```sh
git submodule update --init --recursive
docker build .
docker build -t mailserver/docker-mailserver .
```
Or, you can clone and retrieve the submodules in one command: