added pytest
This commit is contained in:
parent
4097ed63a2
commit
72f8927725
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@ FROM python:3.6
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
RUN pip install docker-py feedparser nosexcover prometheus_client pycobertura pylint pytest pytest-cov requests setuptools sphinx
|
||||||
|
RUN wget -qO /usr/local/bin/qcoverage https://github.com/qnib/qcoverage/releases/download/v0.1/qcoverage_v0.1_Linux \
|
||||||
|
&& chmod +x /usr/local/bin/qcoverage
|
||||||
CMD ["gunicorn", "-w 4", "main:app"]
|
CMD ["gunicorn", "-w 4", "main:app"]
|
||||||
|
|
Loading…
Reference in a new issue