mirror of https://github.com/CIRCL/lookyloo
fix: Missing dirs in docker
parent
742b63f5cb
commit
0f0757e26e
|
@ -23,7 +23,7 @@ COPY poetry.lock .
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
COPY LICENSE .
|
COPY LICENSE .
|
||||||
|
|
||||||
RUN mkdir cache user_agents scraped
|
RUN mkdir cache user_agents scraped logs
|
||||||
|
|
||||||
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
|
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
|
||||||
RUN cat .env
|
RUN cat .env
|
||||||
|
|
Loading…
Reference in New Issue