We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8372b commit 47e6953Copy full SHA for 47e6953
Dockerfile.prod
@@ -57,6 +57,8 @@ COPY . .
57
COPY config/docker.database.yml config/database.yml
58
RUN sed -i'.bak' 's/development/production/g' config/database.yml
59
60
+COPY config/example.storage.yml config/storage.yml
61
+
62
# https://help.openstreetmap.org/questions/69887/actionviewtemplateerror-couldnt-find-file-settingslocalyml
63
RUN touch config/settings.local.yml
64
0 commit comments