Skip to content

Commit 2a7aa1b

Browse files
Merge pull request #620 from microsoft/psl-thread-management
feat: Psl thread management
2 parents 4603e3c + 4145ad0 commit 2a7aa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/WebApp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ COPY --from=frontend /home/node/app/static /usr/src/app/static/
3636
WORKDIR /usr/src/app
3737
EXPOSE 80
3838

39-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80", "--workers", "4", "--log-level", "info", "--access-log"]
39+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80", "--workers", "1", "--log-level", "info", "--access-log"]

0 commit comments

Comments
 (0)