[
https://issues.apache.org/jira/browse/AIRFLOW-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor closed AIRFLOW-3409.
--------------------------------------
Resolution: Duplicate
> Docker build script should build web assets (compile_assets).
> -------------------------------------------------------------
>
> Key: AIRFLOW-3409
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3409
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Kevin Pullin
> Priority: Minor
>
> The docker container does not build the web assets and renders the UI
> unusable when deployed to a local minikube k8s instance.
> A minor patch to the Dockerfile is needed to build these assets:
> -python setup.py sdist -q
> +python setup.py compile_assets sdist -q
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)