mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
5 lines
227 B
Bash
5 lines
227 B
Bash
# Example content
|
|
echo "Starting the application..."
|
|
exec "$@"
|
|
|
|
gunicorn -w 1 -b 0.0.0.0:5000 --timeout 7200 --log-level 'debug' --access-logfile - --access-logformat '%(h)s - - [%(t)s] "%(r)s" %(s)s %(b)s %(L)s' app:create_app |