aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-17 22:11:38 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-17 22:11:38 +0100
commitbd1b5e5b00dd61840f378cfe916c5729c87781fb (patch)
tree825c503bac0d46539e8db2776121c7508b83c4c9 /README.md
parentUpdated default SQLite configuration file. (diff)
downloadnewspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.tar.gz
newspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.tar.bz2
newspipe-bd1b5e5b00dd61840f378cfe916c5729c87781fb.zip
added files for docker
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index af6ac275..9c042237 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,11 @@ $ export Newspipe_CONFIG=postgresql.py
For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.
+For development, you can use Docker:
+
+```bash
+$ docker-compose up
+```
## License
bgstack15