4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
|
|
gunicorn -w1 --reload --bind localhost:8080 index:app
|
|
|
#!/bin/sh
|
|
|
|
gunicorn -w1 --reload --bind localhost:8080 index:app
|
|
|