dimberman commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r535414965



##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -129,7 +129,7 @@ if [[ ${AIRFLOW_COMMAND} == "bash" ]]; then
 elif [[ ${AIRFLOW_COMMAND} == "python" ]]; then
    shift
    exec "python" "${@}"
+elif [[ ${AIRFLOW_COMMAND} == "airflow" ]]; then
+   shift
+   exec "airflow" "${@}"
 fi
-
-# Run the command
-exec airflow "${@}"

Review comment:
       @ashb so would the idea be that we just run the command as given? 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to