mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1592 from sharelatex/ew-clean-stray-containers
Clean Up Containers GitOrigin-RevId: 334f5458981b68432f0e0d086176f508ee83e836
This commit is contained in:
parent
89f31d71e3
commit
8187eb7fcb
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ clean_css:
|
|||
|
||||
clean_ci:
|
||||
$(DOCKER_COMPOSE) down -v -t 0
|
||||
docker container list | grep 'days ago' | cut -d ' ' -f 1 - | xargs -r docker container stop
|
||||
docker image prune -af --filter "until=48h"
|
||||
docker network prune -f
|
||||
|
||||
|
|
Loading…
Reference in a new issue