Replaced gunicorn with daphne

This commit is contained in:
Eliot Berriot 2018-03-03 10:52:48 +01:00
commit 7f7a62cfa2
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 13 additions and 9 deletions

View file

@ -21,4 +21,5 @@ RUN pip install -r /requirements/local.txt
COPY ./requirements/test.txt /requirements/test.txt
RUN pip install -r /requirements/test.txt
COPY . /app
WORKDIR /app