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.
2 parents 905d12e + 8bd9df6 commit ac43c33Copy full SHA for ac43c33
1 file changed
Makefile
@@ -13,6 +13,10 @@ else
13
all: run
14
endif
15
16
+.PHONY: shell
17
+shell:
18
+ ${DOCKER_COMPOSE} run ${RESOURCES_CONTAINER} ${FLASK} shell
19
+
20
.PHONY: nuke
21
nuke:
22
${DOCKER} system prune -a --volumes
0 commit comments