xxxxxxxxxx
#My docker/airflow/Dockerfile ends like that:
# Set the owner of the files in AIRFLOW_HOME to the user airflow
RUN chown -R airflow ${AIRFLOW_HOME}
RUN chgrp -R airflow ${AIRFLOW_HOME}
# Execute start-airflow.sh
CMD [ "./start-airflow.sh" ]