chg: try to debug docker image

pull/862/head
Raphaël Vinot 2024-01-13 01:51:31 +01:00
parent bd6a0f2d22
commit eaeb5ef34a
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ COPY LICENSE .
RUN mkdir cache user_agents scraped RUN mkdir cache user_agents scraped
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN cat .env
RUN poetry install RUN poetry install
RUN poetry run playwright install RUN poetry run playwright install
RUN poetry run tools/3rdparty.py RUN poetry run tools/3rdparty.py