fix: Missing dirs in docker

pull/862/head
Raphaël Vinot 2024-01-13 02:01:53 +01:00
parent 742b63f5cb
commit 0f0757e26e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ COPY poetry.lock .
COPY README.md .
COPY LICENSE .
RUN mkdir cache user_agents scraped
RUN mkdir cache user_agents scraped logs
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN cat .env