Skip to content

Commit

Permalink
added pipenv kill_server script (#131)
Browse files Browse the repository at this point in the history
Added the kill_server command to stop app_serve and gunicorn instances
  • Loading branch information
Grashalmbeisser authored Aug 2, 2024
1 parent 98351a9 commit 39dd977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ pycodestyle = "==2.10.0"

[requires]
python_version = "3.12"

[scripts]
kill_server = "bash -c 'pkill app_server -ef -9 ; pkill gunicorn -ef -9'"

0 comments on commit 39dd977

Please sign in to comment.