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
|
#! /usr/bin/env bash
|
|
uvicorn app.main:app --host 0.0.0.0 --port 80 --debug
|