3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
echo start
|
|
gunicorn phonebook:app -c gunicorn.conf.py |
#!/bin/sh
|
|
echo start
|
|
gunicorn phonebook:app -c gunicorn.conf.py |