Skip to content

Commit

Permalink
Merge pull request #351 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
erictheise authored Jul 26, 2024
2 parents 528f320 + 5fb4a1a commit 96579f4
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 @@ -55,14 +55,14 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=6c7a9152a9164100b59ecc8f06233685f9938ee6
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=17f7bfd284a63ea1e4de93195e2d1d131e525e12
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir \
&& cd $workdir \
&& git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA
WORKDIR $workdir

# change the echo here with a reason for changing the commithash
RUN echo 'Brings in a build of iD and a variety of small fixes to ohm-website'
RUN echo 'Hotfix for inability to create new user (issue 853)'
RUN git fetch && rm -rf .git

# Install Ruby packages
Expand Down

0 comments on commit 96579f4

Please sign in to comment.