mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-08 09:08:03 +00:00
4 lines
No EOL
162 B
Bash
Executable file
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 $*" |