From d39e217b1ad2a56ccc130b649b497d744be654e6 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Wed, 30 Oct 2024 21:05:00 -0500 Subject: [PATCH] Use osm osmcha version --- images/osmcha-web/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/osmcha-web/Dockerfile b/images/osmcha-web/Dockerfile index 04867f44..e8777f91 100644 --- a/images/osmcha-web/Dockerfile +++ b/images/osmcha-web/Dockerfile @@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y git \ && rm -rf /var/lib/apt/lists/* RUN mkdir /app WORKDIR /app -ARG GIT_TAG=master -RUN git clone --branch $GIT_TAG https://github.com/osmus/osmcha-frontend.git /app +ARG GIT_TAG=ohm +RUN git clone --branch $GIT_TAG https://github.com/OpenHistoricalMap/osmcha-django.git /app RUN yarn install COPY start.sh . CMD [ "/app/start.sh" ]