Skip to content

Commit

Permalink
fix: copy .git dir into container for stats command
Browse files Browse the repository at this point in the history
  • Loading branch information
deadaf committed Feb 6, 2024
1 parent b460b5b commit 9063095
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 @@ -23,4 +23,8 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}

COPY src src

# Copy .git directory
COPY .git .git


ENTRYPOINT ["python","src/bot.py"]

0 comments on commit 9063095

Please sign in to comment.