tuanhm2911 opened a new pull request, #60393: URL: https://github.com/apache/airflow/pull/60393
## What When inserting scripts into Dockerfiles, the file write function is currently called inside a loop, causing the file to be written line by line. ## Proposal Move the file write operation outside the loop so the content is written only once. This reduces unnecessary I/O operations and improves execution time. -- 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]
