mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 08:09:16 +02:00
Fixed broken dev entrypoint
This commit is contained in:
parent
703d70d544
commit
99e7e98bae
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
if [ $1 = "pytest" ]; then
|
||||
# let pytest.ini handle it
|
||||
unset DJANGO_SETTINGS_MODULE
|
||||
fi
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue