Merge pull request #233 from FafnerKeyZee/patch-8

Installing missing web deps
pull/234/head
Raphaël Vinot 2021-07-27 11:30:28 +02:00 committed by GitHub
commit b414a333d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 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 .
@ -21,3 +22,4 @@ RUN mkdir cache user_agents scraped
RUN poetry install
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN poetry run tools/3rdparty.py