mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #1592 from sharelatex/ew-clean-stray-containers
Clean Up Containers GitOrigin-RevId: 334f5458981b68432f0e0d086176f508ee83e836
This commit is contained in:
committed by
James Allen
parent
89f31d71e3
commit
8187eb7fcb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user