mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Use official Docker image
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user