This commit is contained in:
Administrator
2022-04-18 06:52:24 +00:00
parent 28f29fa610
commit 01c592100d
474 changed files with 48732 additions and 1609 deletions

View File

@@ -9,6 +9,7 @@ class Command(MessagingSupport):
def handle(self, *args, **options):
call('docker image rm $(docker images -q mathwave/sprint-repo)', shell=True)
call('docker rm $(docker ps -qa)', shell=True)
print("Old images removed")
super().handle(*args, **options)