Re-create cache dir after destroying (#1263)

Cache dir should always exist, so after deleting it,
it must be recreated. This is done in `make init-dirs`,
but if gets destroyed here, it won't auto-recreate.
pull/1259/head^2
Yuri Astrakhan 2021-10-13 15:54:19 -04:00 zatwierdzone przez GitHub
rodzic aaa68048d9
commit 5fb15d5c31
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -287,6 +287,7 @@ destroy-db:
$(DOCKER_COMPOSE) rm -fv
docker volume ls -q -f "name=^$(DC_PROJECT)_" | $(XARGS) docker volume rm
rm -rf cache
mkdir cache
.PHONY: start-db-nowait
start-db-nowait: init-dirs