Benjamin Tan
11/23/2022, 3:54 PMweb: uvicorn app.api:app --host 0.0.0.0 --port $PORT
worker: dramatiq -p 4 -t 4 app.worker
would it work to simply customize the ENTRYPOINT? (i.e. have an entrypoint script for Bento serve and another for Dramatiq)