Skip to content

Commit 1da3638

Browse files
Apply updates from cookiecutter
This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters
1 parent 7f66de7 commit 1da3638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ $(call help,make help,print this help message)
88
$(call help,make services,start the services that the app needs)
99
services: args?=up -d --wait
1010
services: python
11-
@docker network create dbs 2>/dev/null || true
1211
@docker compose $(args)
1312

1413
.PHONY: db

0 commit comments

Comments
 (0)