mirror of
https://github.com/kuhyx/signal-bot.git
synced 2026-07-04 15:03:09 +02:00
4 lines
64 B
Bash
Executable File
4 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
|