Add bin/pip3 script

This commit is contained in:
zorn
2024-12-28 10:40:04 +10:00
parent b91357509d
commit 7a7a78f84a

3
bin/pip3 Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker compose exec web pip3 "$@"