Skip to content

Commit

Permalink
Merge pull request #254 from OpenHistoricalMap/id-maplibre-updates
Browse files Browse the repository at this point in the history
update mapstyle, move to MapLibre, update iD
  • Loading branch information
danrademacher authored Dec 27, 2023
2 parents 48b1354 + a94bb26 commit 6ec940a
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=ed33dfeebb7460031d7339e3fe29e7f8fb2b3a18
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=00bd7fddee2bd214d0ad3cda81e8c294b0d4c48d
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 'update mapstyle and translate wiki'
RUN echo 'update gems, mapstyle, move to MapLibre, update iD'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 6ec940a

Please sign in to comment.