django-cotton/docs/docker/bin/manage.sh
2024-06-08 14:33:11 +01:00

4 lines
No EOL
162 B
Bash
Executable file

#!/usr/bin/env bash
# Start a new login shell to preserve history and execute the Docker command
bash -l -c "docker exec -it cotton-docs-web python manage.py $*"