Prepare for federation testing in the CI

This commit is contained in:
Thomas Sileo
2018-05-21 12:18:15 +02:00
parent fc1219860b
commit 77a3197ad6
7 changed files with 14 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt
ENV FLASK_APP=app.py
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:5005", "app:app"]
CMD ["gunicorn", "-w", "2", "-b", "0.0.0.0:5005", "app:app"]