diff --git a/src/docker-entrypoint.sh b/src/docker-entrypoint.sh index bc8d108..405fa1b 100755 --- a/src/docker-entrypoint.sh +++ b/src/docker-entrypoint.sh @@ -1,3 +1,4 @@ +#!/usr/bin/sh python manage.py collectstatic --noinput python manage.py migrate gunicorn --workers=3 --bind=0.0.0.0:8000 core.wsgi:application \ No newline at end of file