build: fix docker build

This commit is contained in:
Cyrille Nofficial 2022-11-02 15:35:47 +01:00
parent 0db958e936
commit 2149a01dd6

View File

@ -26,6 +26,9 @@ ADD pyproject.toml .
ADD camera camera
ADD README.md .
# Poetry expect to found a git project
ADD .git .git
RUN poetry build
#################