Skip to content

Commit

Permalink
uses only 1 worker to prevent multiple print
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Oct 21, 2024
1 parent f95f16d commit 2faf281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/SPUCSVi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN pip install -r /spucsvi/requirements.txt
COPY ./*.py /spucsvi/
COPY ./templates /spucsvi/templates

CMD ["gunicorn", "-w", "4", "spucsvi:app", "-b", "0.0.0.0:8322", "--log-level", "warning"]
CMD ["gunicorn", "-w", "1", "spucsvi:app", "-b", "0.0.0.0:8322", "--log-level", "warning"]

0 comments on commit 2faf281

Please sign in to comment.