Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Apr 17, 2024
1 parent db60195 commit 9dbecbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ENV REPO_PATH="/repo/sc-inspector-data"
ENV VIRTUAL_ENV="/venv/inspector"
ENV PATH=${VIRTUAL_ENV}/bin:${PATH}
VOLUME ${REPO_PATH}
RUN \
git config --global --add safe.directory /repo/sc-inspector-data && \
git config --global user.email "[email protected]" && \
git config --global user.name "Spare Cores"

FROM base as build
RUN \
Expand Down

0 comments on commit 9dbecbb

Please sign in to comment.