mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
update dockerfile and readme to use wsgi/settings files that have been moved
This commit is contained in:
parent
1f8ecb11d1
commit
7279171e4c
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ these after the installation below.
|
|||
point, please email the resulting output to Samuel Clay at
|
||||
[samuel@newsblur.com](mailto:samuel@newsblur.com).
|
||||
|
||||
./manage.py runserver
|
||||
./manage.py runserver --settings=newsblur.settings.py
|
||||
|
||||
5. Navigate to:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ MAINTAINER julien@rottenberg.info
|
|||
WORKDIR /srv/newsblur
|
||||
ENV PYTHONPATH=/opt/newsblur
|
||||
ENV DOCKERBUILD=True
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "wsgi"]
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "newsblur.wsgi", "--env", "DJANGO_SETTINGS_MODULE=newsblur.settings"]
|
||||
EXPOSE 8000
|
||||
|
||||
COPY config/requirements.txt /srv/newsblur/
|
||||
|
|
Loading…
Add table
Reference in a new issue