feat(crons): changed entrypoint
This commit is contained in:
parent
929d1374ec
commit
fc58eba5f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
bash env_vars.sh
|
||||
source .env.override
|
||||
uvicorn app:app --host 0.0.0.0 --reload --proxy-headers
|
||||
python app_crons.py $ACTION
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue