Add missing sub-command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-25 20:22:48 +02:00
parent 03b745083c
commit ed714f8cf5

View File

@ -58,7 +58,7 @@ run_stack_wait() {
run_purge() {
echo "--- start purge ---"
docker -H "$DOCKER_HOST" prune --all --volumes --force
docker -H "$DOCKER_HOST" system prune --all --volumes --force
echo "--- end purge ---"
}