Commit dc1344ea authored by Tobias Munk's avatar Tobias Munk

ignore errors for docker compose down, see also https://github.com/docker/compose/issues/3244

parent e658f37b
Pipeline #8461 passed with stages
......@@ -55,7 +55,7 @@ setup: ##@docker setup application packages and database
clean: ##@docker remove application containers
$(DOCKER_COMPOSE) kill
$(DOCKER_COMPOSE) rm -fv
$(DOCKER_COMPOSE) down
-$(DOCKER_COMPOSE) down
tests:
$(MAKE) build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment