Arunodoy18 commented on code in PR #60557: URL: https://github.com/apache/airflow/pull/60557#discussion_r2695247260
########## scripts/docker/entrypoint_prod.sh: ########## @@ -283,10 +283,17 @@ readonly CONNECTION_CHECK_SLEEP_TIME create_system_user_if_missing set_pythonpath_for_root_user + Review Comment: Yeah it works , I will update the logic correctly handle the the case where 'airflow' is passed in the first argument (as done later in the entrypoint), so both `docker run IMAGE airflow <cmd>` and `docker run IMAGE <cmd>` behave consistently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
