Skip to content

stadtnavi/hsl-map-server

 
 

Repository files navigation

hsl-map-server customised for Herrenberg

Build Status Docker Image Version (latest by date)

Start development server:

docker build -t hsl-map-server .
docker run --rm -p 8080:8080 -h hsl-map-server --name hsl-map-server -e FONTSTACK_PASSWORD=[salasana] hsl-map-server

Map layers

Each one has a few configuration options which can be set as environment variables.

Updating the yarn.lock

It seems hard to install the dependencies in package.json with more recent nodejs versions, so if you want to update the yarn.lock you need to output the file inside the docker container.

To do this you need to build the container and run a bash shell.

docker build . -t mfdz/hsl-map-server:latest && docker run -it mfdz/hsl-map-server /bin/bash

Now that you are inside the docker container you can run the yarn commands.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.0%
  • Dockerfile 17.5%
  • JavaScript 15.5%