Merge pull request #244 from dangaffey/patch-1

Update docker.md
This commit is contained in:
Nex 2022-02-01 11:54:04 +01:00 committed by GitHub
commit c8e50eb958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ cd mvt
docker build -t mvt .
```
Optionally, you may need to specify your platform to Docker in order to build successfully (Apple M1)
```bash
docker build --platform amd64 -t mvt .
```
Test if the image was created successfully:
```bash