TSultanov commented on code in PR #25610: URL: https://github.com/apache/beam/pull/25610#discussion_r1123058913
########## 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: Aren't we already printing it out in the script generating this file? -- 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]
