ffinfo commented on a change in pull request #4483: [AIRFLOW-3673] Add official dockerfile URL: https://github.com/apache/airflow/pull/4483#discussion_r247309646
########## File path: scripts/docker-entrypoint.sh ########## @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -e + +echo starting airflow with command: +echo airflow $@ + +exec airflow $@ Review comment: @ashb You can always do something like this: ` docker run --entrypoint bash -ti <image>` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
