Docker related drafts

This commit is contained in:
zorn
2024-12-27 17:35:52 +10:00
parent ad5c0e699d
commit 9348942b7c
8 changed files with 62 additions and 17 deletions

3
bin/cli Executable file
View File

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

7
bin/update Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd `dirname $0`/..
git pull
docker compose build