diff --git a/README.md b/README.md index 79bad4e..84e3747 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ pip install gunicorn source venv/bin/activate +cp data/webpush.db.empty data/webpush.db + # 3 workers would trigger 3 daily subscription runs gunicorn -b 0.0.0.0:3000 --log-level=debug --workers=1 app:app