Skip to content

Commit a07369e

Browse files
committed
Add --bind argument to gunicorn command.
1 parent 04c2353 commit a07369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PYTHON=uv run --link-mode=copy python
33
run-server:
44
$(PYTHON) manage.py migrate
55
$(PYTHON) manage.py collectstatic --no-input
6-
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file -
6+
uv run gunicorn --timeout 30 alloydflanagan.wsgi:application --log-file - --bind 0.0.0.0:8080
77

88
djhtml:
99
find alloydflanagan -name '*.html' -exec djhtml -i -t2 '{}' +

0 commit comments

Comments
 (0)