Fix SRI and discarded scrapes for lookyloo container

pull/390/head
Kimmo Linnavuo 2022-04-08 15:18:58 +03:00
parent 54cfe25f92
commit 981d569298
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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: