Skip to content

Commit 8f04c1c

Browse files
Update .github/workflows/Dockerfile.qa
1 parent 37fac36 commit 8f04c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN apt update && apt install -y gdb procps
2323
COPY --from=builder /app/.venv .venv/
2424
COPY . .
2525
ENV AIKIDO_BLOCK="1"
26-
CMD ["/app/.venv/bin/gunicorn", "--bind=[::]:8080", "--access-logfile=-", "--workers=4", "wsgi:app"]
26+
CMD ["/app/.venv/bin/gunicorn", "--bind=[::]:8080", "--access-logfile=-", "--workers=1", "--threads=4", "wsgi:app"]

0 commit comments

Comments
 (0)