Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
interfect
funkwhale
Commits
99e7e98b
Verified
Commit
99e7e98b
authored
Mar 31, 2018
by
Eliot Berriot
Browse files
Fixed broken dev entrypoint
parent
703d70d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/compose/django/dev-entrypoint.sh
View file @
99e7e98b
#!/bin/bash
set
-e
if
[
$1
=
"pytest"
]
;
then
# let pytest.ini handle it
unset
DJANGO_SETTINGS_MODULE
fi
exec
"
$@
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment