Fix subcommand error when running production image without argument (#8415)
Co-authored-by: Liang Hao <liahao@tesla.com>
This commit is contained in:
Родитель
fa262c12f8
Коммит
bc230a9711
|
@ -332,4 +332,4 @@ EXPOSE 8080
|
|||
|
||||
COPY scripts/include/clean-logs.sh /usr/local/bin/clean-airflow-logs
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "--", "/entrypoint"]
|
||||
CMD ["airflow", "--help"]
|
||||
CMD ["--help"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче