Improve Dockerfile

This commit is contained in:
Adrien Pavie
2023-08-31 08:26:07 +00:00
parent d3a83f5157
commit f9d1d154e0
5 changed files with 77 additions and 9 deletions

View File

@@ -60,6 +60,8 @@ You can use the provided __Docker Hub__ `geovisio/website:latest` image directly
```bash
docker run \
-e VITE_API_URL="https://your.geovisio.api/" \
-e VITE_INSTANCE_NAME="My Own GeoVisio" \
-e VITE_TILES="https://your.geovisio.api/vector/tiles/style.json" \
-p 3000:3000 \
--name geovisio-website \
-d \