7f8bfc8faa
not tested / updated yet
3 lines
75 B
Bash
3 lines
75 B
Bash
#! /usr/bin/env bash
|
|
uvicorn app.main:app --host 0.0.0.0 --port 80 --debug
|