Replaced gunicorn with daphne
This commit is contained in:
parent
8dea9130af
commit
7f7a62cfa2
6 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue