mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:31:55 +01:00
Use official Docker image
This commit is contained in:
parent
b1d80a35ac
commit
842795c6e0
1 changed files with 1 additions and 8 deletions
|
@ -79,14 +79,7 @@ npm run lint
|
|||
|
||||
## Docker
|
||||
|
||||
Build the docker image
|
||||
|
||||
```
|
||||
docker build -t maputnik/editor .
|
||||
```
|
||||
|
||||
Start a docker container using the image
|
||||
|
||||
Start a container using the official Docker image.
|
||||
```
|
||||
docker run --name maputnik -p 8888:8888 -d maputnik/editor
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue