Skip to content

Commit

Permalink
Update osmcha frontend container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 30, 2025
1 parent 515a4ef commit b367770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/osmcha-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ FROM node:22-alpine as builder

ENV DEBIAN_FRONTEND noninteractive

ARG GITSHA=e5d7de531016c3e4cb9aef684c2e8c3bff20e602
ARG BUILD_ENV=prod

WORKDIR /app

## Clone osmcha repo
ENV GITSHA=e5d7de531016c3e4cb9aef684c2e8c3bff20e602
RUN apk add --no-cache git \
&& git clone https://github.com/OpenHistoricalMap/osmcha-frontend.git/app \
&& git clone https://github.com/OpenHistoricalMap/osmcha-frontend.git /app \
&& cd /app \
&& git checkout $GITSHA

Expand Down

0 comments on commit b367770

Please sign in to comment.