this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Skip cache in commit.sh

+3 -2
+3 -2
commit.sh
··· 5 5 # pull latest version 6 6 git pull 7 7 git submodule update 8 - # restart all containers 9 - docker compose up -d --build --force-recreate 8 + # restart/rebuild all containers 9 + docker compose build --no-cache 10 + docker compose up -d --force-recreate 10 11 # return prev state of fs 11 12 git stash pop