Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 87816f9

Browse files
authored
Update Makefile
1 parent 3ec426c commit 87816f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: Dockerfile requirements.txt .dockerignore $(wildcard *.py)
1616

1717
.PHONY: test
1818
test:
19-
GUNICORN_CMD_ARGS="--bind=0.0.0.0:$(RUN_PORT) --workers=4 --access-logfile=- \
19+
GUNICORN_CMD_ARGS="--bind=0.0.0.0:$(RUN_PORT) --workers=2 --access-logfile=- \
2020
--error-logfile=- --access-logformat=\"%(t)s %(h)s %(U)s %(l)s %(T)s %(B)s\""; \
2121
docker run --rm -p $(EXT_PORT):$(RUN_PORT) $(IMAGE_NAMESPACE)/$(IMAGE_NAME):$(IMAGE_TAG)
2222

0 commit comments

Comments
 (0)