From 985740b0fb753542a483ac0ed630df59c2cbebd4 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 15:53:50 -0400 Subject: [PATCH] attempt to specify source dir for docker build --- .do/deploy.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index db9c857d..c84b2b36 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -6,3 +6,5 @@ spec: branch: dev repo_clone_url: https://github.com/ArchiveBox/ArchiveBox.git name: archivebox + source_dir: ./ + instance_count: 1