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

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