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 5d50265 + d8ad644 commit 16901aaCopy full SHA for 16901aa
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