feat(crons): changed entrypoint

This commit is contained in:
Taha Yassine Kraiem 2022-07-04 18:34:23 +02:00
parent 929d1374ec
commit fc58eba5f8

View file

@ -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