remove .git from docker image
This commit is contained in:
@@ -29,7 +29,8 @@ EXPOSE 80 443
|
||||
RUN \
|
||||
git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \
|
||||
cd /var/lib/tt-rss && \
|
||||
git checkout 861a632ac7c283c55dfd947ed0152d9846fa2ac0
|
||||
git checkout 861a632ac7c283c55dfd947ed0152d9846fa2ac0 && \
|
||||
rm -R .git
|
||||
|
||||
WORKDIR /app
|
||||
COPY CHECKS /app/CHECKS
|
||||
|
||||
Reference in New Issue
Block a user