mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-19 17:40:15 -04:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pipenv run gunicorn -b $HOST:$PORT --workers 4 tjdests.wsgi
|