Files
pygeoapi/docker/examples/skin
Tom Kralidis 2f33ff5d15 update records properties (#1391)
* update records properties

* fix
2023-11-06 21:12:52 +02:00
..

pygeoapi with dashboard skin

These directories contain a Docker build script necessary to setup a minimal pygeoapi server that uses a customised dashboard skin.

The skin is pulled in from https://github.com/pvgenuchten/pygeoapi-skin-dashboard

Note that this exmaple is only for local development and testing.

Building and running

# build image locally
docker build -t geopython/pygeoapi-skinned:local .
# run container in localhost
docker run -p 5000:80 geopython/pygeoapi-skinned:local

Browse to http://localhost:5000