fix: copy config to docker image

pull/862/head
Raphaël Vinot 2024-01-13 01:57:19 +01:00
parent eaeb5ef34a
commit 742b63f5cb
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ COPY lookyloo lookyloo/
COPY tools tools/
COPY bin bin/
COPY website website/
COPY config config/
COPY pyproject.toml .
COPY poetry.lock .
COPY README.md .