mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-10 21:59:52 +02:00
don't clone entire git history into container image
This commit is contained in:
parent
e485c7e398
commit
4e5e529eb6
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ DST_DIR=/src/tt-rss
|
|||
|
||||
mkdir -p $DST_DIR
|
||||
|
||||
git clone https://git.tt-rss.org/fox/tt-rss.git $DST_DIR
|
||||
git clone https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git $DST_DIR/plugins.local/nginx_xaccel
|
||||
git clone --branch master --depth 1 https://git.tt-rss.org/fox/tt-rss.git $DST_DIR
|
||||
git clone --branch master --depth 1 https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git $DST_DIR/plugins.local/nginx_xaccel
|
||||
|
||||
mkdir -p /var/www
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue