3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
export ASSIST_KEY=ignore
|
|
uvicorn app:app --host 0.0.0.0 --port 8888
|