Update Dockerfile

pull/233/head
Fafner [_KeyZee_] 2021-07-27 08:09:21 +02:00 committed by GitHub
parent 9b06c47b0e
commit c3e18bf0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN pip3 install poetry
WORKDIR lookyloo
COPY lookyloo lookyloo/
COPY tools tools
COPY tools tools/
COPY bin bin/
COPY website website/
COPY setup.py .