We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f66de7 commit 1da3638Copy full SHA for 1da3638
Makefile
@@ -8,7 +8,6 @@ $(call help,make help,print this help message)
8
$(call help,make services,start the services that the app needs)
9
services: args?=up -d --wait
10
services: python
11
- @docker network create dbs 2>/dev/null || true
12
@docker compose $(args)
13
14
.PHONY: db
0 commit comments