Skip to content

Commit

Permalink
Merge pull request #245 from OpenHistoricalMap/map-style-update-202311
Browse files Browse the repository at this point in the history
Update map style
  • Loading branch information
danrademacher authored Nov 15, 2023
2 parents baaf61a + 126af11 commit 978e731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=a71a6b795dda0d9c908495cf8862fdb8e9bf02e3
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=81b23e55aa9572f8d209a390c8a4e759cfc6520e
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
WORKDIR $workdir
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA

# change the echo here with a reason for changing the commithash
RUN echo 'fix locale file for comment username'
RUN echo 'update map style'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 978e731

Please sign in to comment.