inital commit
This commit is contained in:
6
scripts/entrypoint.sh
Normal file
6
scripts/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
uv run python manage.py migrate
|
||||
uv run python manage.py collectstatic --noinput
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user