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

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
genegr authored Apr 20, 2020
1 parent 3ec426c commit 87816f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: Dockerfile requirements.txt .dockerignore $(wildcard *.py)

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

Expand Down

0 comments on commit 87816f9

Please sign in to comment.