mirror of https://github.com/CIRCL/lookyloo
commit
b414a333d4
|
@ -10,6 +10,7 @@ RUN pip3 install poetry
|
||||||
WORKDIR lookyloo
|
WORKDIR lookyloo
|
||||||
|
|
||||||
COPY lookyloo lookyloo/
|
COPY lookyloo lookyloo/
|
||||||
|
COPY tools tools/
|
||||||
COPY bin bin/
|
COPY bin bin/
|
||||||
COPY website website/
|
COPY website website/
|
||||||
COPY setup.py .
|
COPY setup.py .
|
||||||
|
@ -21,3 +22,4 @@ RUN mkdir cache user_agents scraped
|
||||||
|
|
||||||
RUN poetry install
|
RUN poetry install
|
||||||
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
|
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
|
||||||
|
RUN poetry run tools/3rdparty.py
|
||||||
|
|
Loading…
Reference in New Issue