mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-13 01:34:14 +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
|
## Docker
|
||||||
|
|
||||||
Build the docker image
|
Start a container using the official Docker image.
|
||||||
|
|
||||||
```
|
|
||||||
docker build -t maputnik/editor .
|
|
||||||
```
|
|
||||||
|
|
||||||
Start a docker container using the image
|
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --name maputnik -p 8888:8888 -d maputnik/editor
|
docker run --name maputnik -p 8888:8888 -d maputnik/editor
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue