Merge pull request #2867 from boehlke/dockerfile_change

Updated production deployment dependencies
This commit is contained in:
Norman Jäckel 2017-01-14 18:15:21 +01:00 committed by GitHub
commit 1bc35faa55

View File

@ -18,7 +18,7 @@ RUN su -c 'node_modules/.bin/bower --config.interactive=false install' openslide
# INSTALL PYTHON DEPENDENCIES
ADD requirements_production.txt /app/requirements_production.txt
RUN pip install -r /app/requirements_production.txt
RUN pip install daphne psycopg2 asgi_redis
RUN pip install django-redis asgi-redis django-redis-sessions psycopg2
## Clean up
RUN apt-get remove -y python3-pip wget