1
0
Fork 0
mirror of synced 2024-05-04 04:23:19 +12:00

Added standalone dockerfile instructions

This commit is contained in:
Joseph Turian 2022-09-11 22:11:13 +02:00
parent 03eb7e5875
commit cc56785695

View file

@ -1,6 +1,8 @@
# This is the Dockerfile for ArchiveBox, it bundles the following dependencies:
# python3, ArchiveBox, curl, wget, git, chromium, youtube-dl, single-file
# Usage:
# git submodule update --init --recursive
# git pull --recurse-submodules
# docker build . -t archivebox --no-cache
# docker run -v "$PWD/data":/data archivebox init
# docker run -v "$PWD/data":/data archivebox add 'https://example.com'