first commit
This commit is contained in:
commit
b47f825d54
83 changed files with 10016 additions and 0 deletions
8
scripts/entrypoint.sh
Executable file
8
scripts/entrypoint.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
exec uvicorn app.main:app \
|
||||
--host 0.0.0.0 \
|
||||
--port "${PORT:-8000}" \
|
||||
--app-dir backend \
|
||||
"$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue