Compare commits

..

1 Commits

Author SHA1 Message Date
3ee1b1c134 ttrss update to 080812317939cd9af2f778c15ea4f769fae30b28 2021-08-22 13:47:30 +02:00

View File

@@ -30,7 +30,7 @@ EXPOSE 80 443
RUN \ RUN \
git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \ git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \
cd /var/lib/tt-rss && \ cd /var/lib/tt-rss && \
git checkout 73d14338abde1925dc11fce013a939d3704122e7 && \ git checkout 080812317939cd9af2f778c15ea4f769fae30b28 && \
rm -R .git rm -R .git
WORKDIR /app WORKDIR /app