Scripts to run docker repo move map tiles to nginx container > assets > tiles build and run docker #!/bin/bash cd docker docker build -t nginx . docker run -p 1235:1235 --name nginx nginx docker restart nginx (restart container onwards)