Update Dockerfile

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

View File

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