Adding the full git repo. RE:#1952
This commit is contained in:
parent
04c03a59d2
commit
95517eca93
|
@ -9,6 +9,7 @@ ADD src /invest/src
|
|||
ADD pyproject.toml /invest/pyproject.toml
|
||||
ADD setup.py /invest/setup.py
|
||||
ADD requirements.txt /invest/requirements.txt
|
||||
ADD .git /invest/.git
|
||||
RUN cd /invest && python3 -m build
|
||||
|
||||
# Create the container for distribution that has runtime dependencies.
|
||||
|
|
Loading…
Reference in New Issue