Adding the full git repo. RE:#1952

This commit is contained in:
James Douglass 2025-05-27 14:17:21 -07:00
parent 04c03a59d2
commit 95517eca93
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ADD src /invest/src
ADD pyproject.toml /invest/pyproject.toml ADD pyproject.toml /invest/pyproject.toml
ADD setup.py /invest/setup.py ADD setup.py /invest/setup.py
ADD requirements.txt /invest/requirements.txt ADD requirements.txt /invest/requirements.txt
ADD .git /invest/.git
RUN cd /invest && python3 -m build RUN cd /invest && python3 -m build
# Create the container for distribution that has runtime dependencies. # Create the container for distribution that has runtime dependencies.