Skip to content

Commit

Permalink
Merge pull request #271 from OpenHistoricalMap/rail-help-translate-up…
Browse files Browse the repository at this point in the history
…dates

reorder railway style, update help, latest translations
  • Loading branch information
danrademacher authored Feb 10, 2024
2 parents 19ee0dd + d5f49dc commit 601cce4
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=1e2e46a036a45e8fe986f884a33441d4ef5aa323
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=4ce9b914ba7277593fe86bc35f3f5851430fd39b
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 'add new railway style'
RUN echo 'reorder railway style, update help, latest translations'
RUN git fetch

# Install Ruby packages
Expand Down

0 comments on commit 601cce4

Please sign in to comment.