File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,10 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
4141 ./aws/install && \
4242 rm awscliv2.zip
4343
44+ ENV TAGINFO_GITSHA=4a7dadc864ab4400afaf8a34876d05c58aa4e64a
4445RUN git clone https://github.com/taginfo/taginfo.git $workdir/taginfo && \
4546 cd $workdir/taginfo && \
47+ git checkout $TAGINFO_GITSHA && \
4648 bundle install
4749
4850# Download and prepare uWSGI
Original file line number Diff line number Diff line change 7171 },
7272 "tagstats" : {
7373 "geodistribution" : " FlexMem"
74+ },
75+ "footer" : {
76+ "project_name" : " osmseed" ,
77+ "project_url" : " https://www.osmseed.org/" ,
78+ "copyright_attribution" : " Data is public domain (CC0)" ,
79+ "copyright_url" : " https://wiki.openstreetmap.org/wiki/osmseed/License"
7480 }
7581}
You can’t perform that action at this time.
0 commit comments