mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 02:06:47 +00:00
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
|