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 e3effc0 commit d8ad644Copy full SHA for d8ad644
Makefile
@@ -32,9 +32,10 @@ dockerserve:
32
docker compose -f $(DOCKER_CONFIG) up
33
34
# Use this command to inspect the container, run management commands,
35
-# or run anything else on the Django container
+# or run anything else on the Django container. It does expect the
36
+# container to already be running
37
dockershell:
- docker compose -f $(DOCKER_CONFIG) run --rm django /bin/bash
38
+ docker compose -f $(DOCKER_CONFIG) exec django /bin/bash
39
40
# Build and deploy the production container
41
deploy:
0 commit comments