potiuk commented on code in PR #43329: URL: https://github.com/apache/airflow/pull/43329#discussion_r1845520492
########## Dockerfile: ########## @@ -1394,6 +1394,88 @@ while echo "Running"; do done EOF + Review Comment: We do not really need to have it in PROD dockerfile. PROD image is generally (in most cases) installed from installed packages, not from sources - and those packages already have assets compiled. Only for local development, npm step/airflow installation is done from local sources, but this is not something we should do frequently and it does not require caching. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
