Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ WORKDIR ${HOME_PATH} ENV HOME=${HOME_PATH} SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "${HOME_PATH}" && \ git config --global --add safe.directory "${BUILD_PATH}" RUN git config --global --add safe.directory "${HOME_PATH}"/* && \ git config --global --add safe.directory "${BUILD_PATH}"/* ENTRYPOINT [] Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ WORKDIR ${HOME_PATH} ENV HOME=${HOME_PATH} SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "${HOME_PATH}" && \ git config --global --add safe.directory "${BUILD_PATH}" RUN git config --global --add safe.directory "${HOME_PATH}"/* && \ git config --global --add safe.directory "${BUILD_PATH}"/* ENTRYPOINT []