mwy2.0
This commit is contained in:
@@ -3,4 +3,4 @@ set -e
|
||||
mkdir -p "$(dirname "${SQLITE_PATH:-/data/db.sqlite3}")" "${MEDIA_ROOT:-/data/media}"
|
||||
python manage.py migrate --noinput
|
||||
python manage.py collectstatic --noinput
|
||||
exec gunicorn ourstory.wsgi:application --bind 0.0.0.0:8000 --workers 2
|
||||
exec gunicorn ourstory.wsgi:application --bind 0.0.0.0:8963 --workers 2
|
||||
|
||||
Reference in New Issue
Block a user