From cc56785695e25288529380cb0a62b0c962c3b48b Mon Sep 17 00:00:00 2001 From: Joseph Turian Date: Sun, 11 Sep 2022 22:11:13 +0200 Subject: [PATCH] Added standalone dockerfile instructions --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7d422628..4b718230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'