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