joshfischer1108 commented on a change in pull request #3332: Fixing the versions numbers and links in the site docs URL: https://github.com/apache/incubator-heron/pull/3332#discussion_r317374004
########## File path: website2/Dockerfile ########## @@ -22,5 +22,6 @@ EXPOSE 3000 35729 COPY ./docs /app/docs COPY ./website /app/website RUN yarn install - +RUN git config user.name "Heron Publish" Review comment: What is the purpose of adding git configs inside the docker container? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
