alexeyinkin commented on code in PR #25610:
URL: https://github.com/apache/beam/pull/25610#discussion_r1123046540


##########
playground/frontend/Dockerfile:
##########
@@ -23,8 +23,13 @@ ARG FLUTTER_VERSION=3.7.3
 # Setting up.
 # ------------------------------------------------
 
+COPY . /app
+WORKDIR /app
+
 RUN apt-get update && apt-get install -y wget xz-utils git
 
+RUN cat /app/playground_components/lib/src/build_metadata.g.dart

Review Comment:
   I would rather keep it in build logs. If anything goes wrong with 
generation, it will be problematic to extract this file content.



-- 
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]

Reply via email to