mirror of https://github.com/CIRCL/lookyloo
Fix SRI and discarded scrapes for lookyloo container
parent
54cfe25f92
commit
981d569298
|
@ -23,3 +23,4 @@ RUN mkdir cache user_agents scraped
|
|||
RUN poetry install
|
||||
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
|
||||
RUN poetry run tools/3rdparty.py
|
||||
RUN poetry run tools/generate_sri.py
|
||||
|
|
|
@ -38,6 +38,7 @@ services:
|
|||
- ./cache:/lookyloo/cache
|
||||
- ./indexing:/lookyloo/indexing
|
||||
- ./scraped:/lookyloo/scraped
|
||||
- ./discarded:/lookyloo/discarded_captures
|
||||
- ./user_agents:/lookyloo/user_agents
|
||||
- ./config:/lookyloo/config
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue