Skip to content

Commit

Permalink
Fixing make gunicorserve
Browse files Browse the repository at this point in the history
  • Loading branch information
ltshb committed Oct 25, 2022
1 parent 28bee51 commit 14d4a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ serve: clean_logs $(LOGS_DIR)

.PHONY: gunicornserve
gunicornserve: clean_logs $(LOGS_DIR)
mkdir -p /tmp/gunicorn_workers
SCRIPT_NAME=$(ROUTE_PREFIX) ENV_FILE=$(ENV_FILE) LOGS_DIR=$(LOGS_DIR) $(PYTHON) wsgi.py


Expand Down

0 comments on commit 14d4a30

Please sign in to comment.