fix: remove setup.py from dockerfile

pull/508/head
Raphaël Vinot 2022-08-31 17:42:01 +02:00
parent d8e82bd6bf
commit b9f8ff8e62
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ COPY lookyloo lookyloo/
COPY tools tools/
COPY bin bin/
COPY website website/
COPY setup.py .
COPY pyproject.toml .
COPY poetry.lock .
COPY README.md .