From 60a18ce78d01a5c2c73254bea46649dff4797498 Mon Sep 17 00:00:00 2001 From: Jamie Alessio Date: Thu, 24 Oct 2019 08:01:42 -0700 Subject: [PATCH] Update Docker instructions to avoid copying entire settings file --- DOCKER.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5