Skip to content

Commit

Permalink
Use osm osmcha version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 31, 2024
1 parent 5fab28a commit d39e217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/osmcha-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit d39e217

Please sign in to comment.