All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gunicorn 'app:app' --bind 0.0.0.0:8080 --log-level=info --workers=4
|
|
|
|
|