The image has entrypoint that accepts `bash` command and when you run your docker-compose, you are free to provide any startup command (as long as you continue using the default entrypoint)
Your docker compose entries can specify any bash command to run for your
docker containers, for example:
airflow-worker:
command:
- bash
- -c
- |
run_your_command_here
airflow worker
This will run "run_your_command_here" before starting the worker.
--
+48 660 796 129
