systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.5k stars 232 forks source link

Feature: Add BUILD_DEBUG argument when building Docker image #751

Open oobayly opened 2 months ago

oobayly commented 2 months ago

When creating #750 I needed to be enable debugging for the docker image. Passing an optional BUILD_DEBUG argument with a non-empty value:

docker build --build-arg BUILD_DEBUG=1 --tag tilemaker/debug .