You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/21 07:00:41 UTC

[GitHub] [beam] vchunikhin commented on a diff in pull request #22310: [Playground][Backend][Bug]: Moving the initialization of properties file

vchunikhin commented on code in PR #22310:
URL: https://github.com/apache/beam/pull/22310#discussion_r926321190


##########
playground/backend/containers/go/Dockerfile:
##########
@@ -55,6 +55,7 @@ ENV SERVER_PORT=8080
 ENV APP_WORK_DIR=/opt/playground/backend/
 ENV BEAM_SDK="SDK_GO"
 ENV BUCKET_NAME="playground-precompiled-objects"
+ENV PROPERTY_PATH=/opt/playground/backend/properties.yaml

Review Comment:
   PROPERTY_PATH was added for every docker file to avoid problems when we will use properties.yaml for runners (JAVA, PYTHON, SCIO, GO)



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org