browsertrix docker updates

This commit is contained in:
msramalho
2024-04-15 19:01:55 +01:00
parent f4827770e6
commit 9c7824de57
2 changed files with 12 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:latest
FROM webrecorder/browsertrix-crawler:1.0.4
ENV RUNNING_IN_DOCKER=1
@@ -19,9 +19,8 @@ RUN pip install --upgrade pip && \
COPY Pipfile* ./
# install from pipenv, with browsertrix-only requirements
RUN pipenv install && \
pipenv install pywb uwsgi
RUN pipenv install
# doing this at the end helps during development, builds are quick
COPY ./src/ .