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 3eeb41f commit 7e91732Copy full SHA for 7e91732
Makefile
@@ -52,3 +52,5 @@ test: .state/db-initialized ## Run tests
52
53
docker_shell: .state/db-initialized ## Open a bash shell in the web container
54
docker compose run --rm web /bin/bash
55
+
56
+.PHONY: help serve migrations migrate manage shell clean test docker_shell
0 commit comments