Docker related drafts
This commit is contained in:
3
bin/cli
Executable file
3
bin/cli
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker compose exec web python3 manage.py "$@"
|
||||
7
bin/update
Executable file
7
bin/update
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd `dirname $0`/..
|
||||
|
||||
git pull
|
||||
|
||||
docker compose build
|
||||
Reference in New Issue
Block a user