Skip to content

Commit 7bd1722

Browse files
authored
refactor(backend): add workers option to uvicorn command (#349)
1 parent 4629b20 commit 7bd1722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ EXPOSE 8000
6464
# Declare /dwhat is the openml-data volume used for?ata as a mountable volume
6565
VOLUME ["/data"]
6666

67-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
67+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]

0 commit comments

Comments
 (0)