fix: Remove client directory

pull/86/head
Raphaël Vinot 2020-09-08 14:05:31 +02:00
parent 2595a8891c
commit 549e0747e2
1 changed files with 0 additions and 1 deletions

View File

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