From ba9c2771f14133f554e9fd36d5e3007e32301f22 Mon Sep 17 00:00:00 2001 From: Dan Rademacher Date: Tue, 6 Feb 2024 18:19:14 -0800 Subject: [PATCH] Add new rail style for https://github.com/OpenHistoricalMap/issues/issues/405 --- images/web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index 0b69e5ec..b2bb9d5a 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -48,13 +48,13 @@ RUN npm install -g svgo # Install openstreetmap-website RUN rm -rf $workdir/html -ENV OPENHISTORICALMAP_WEBSITE_GITSHA=39b3d328990143aedd9859c32908c3da5fc192ac +ENV OPENHISTORICALMAP_WEBSITE_GITSHA=1e2e46a036a45e8fe986f884a33441d4ef5aa323 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 map style' +RUN echo 'add new railway style' RUN git fetch # Install Ruby packages