Kevin Pullin created AIRFLOW-3409:
-------------------------------------
Summary: 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
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)