pidgin/pidgin

833a9f17abd3
Set the default branch for review requests for the release-2.x.y branch

Testing Done:
Verified that the branch was set automatically in this review request.

Reviewed at https://reviews.imfreedom.org/r/440/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html