Prepare for federation testing in the CI
This commit is contained in:
parent
fc1219860b
commit
77a3197ad6
7 changed files with 14 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue