5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
nginx
|
|
uvicorn app:app --reload --host 0.0.0.0 --port 9999 |