From: Jamie Alessio Date: Thu, 24 Oct 2019 15:01:42 +0000 (-0700) Subject: Update Docker instructions to avoid copying entire settings file X-Git-Tag: live~2244^2~28 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/60a18ce78d01a5c2c73254bea46649dff4797498 Update Docker instructions to avoid copying entire settings file --- diff --git a/DOCKER.md b/DOCKER.md index 74e5f57b6..235068459 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -27,9 +27,11 @@ Now change working directory to the `openstreetmap-website`: cp config/docker.database.yml config/database.yml -### App configuration +## Prepare local settings file - cp config/settings.yml config/settings.local.yml +This is a workaround. [See issues/2185 for details](https://github.com/openstreetmap/openstreetmap-website/issues/2185#issuecomment-508676026). + + touch config/settings.local.yml ### Installation