Skip to content

Commit

Permalink
s/just gunicorn/just run-gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Mar 22, 2024
1 parent 8ed9a9f commit aaeacc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ run *ARGS: devenv
$BIN/python manage.py runserver "$@"

# run airlock with gunicorn, like in production
gunicorn *args: devenv
run-gunicorn *args: devenv
$BIN/gunicorn --config gunicorn.conf.py airlock.wsgi {{ args }}

# run Django's manage.py entrypoint
Expand Down

0 comments on commit aaeacc1

Please sign in to comment.