Skip to content

Commit 47e6953

Browse files
authored
Setup storage.yml
1 parent 7e8372b commit 47e6953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ COPY . .
5757
COPY config/docker.database.yml config/database.yml
5858
RUN sed -i'.bak' 's/development/production/g' config/database.yml
5959

60+
COPY config/example.storage.yml config/storage.yml
61+
6062
# https://help.openstreetmap.org/questions/69887/actionviewtemplateerror-couldnt-find-file-settingslocalyml
6163
RUN touch config/settings.local.yml
6264

0 commit comments

Comments
 (0)