potiuk commented on code in PR #60557: URL: https://github.com/apache/airflow/pull/60557#discussion_r2693978768
########## 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: You need to handle the case when the command has "airflow" as first entry - see lines below (336-339). Both variants are allowed: ``` # docker run IMAGE airflow webserver # docker run IMAGE webserver ``` Also it would be good to change the comment to use `api-server` while fixing it. -- 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]
