From 8ba3604493b52bc689c895097838452c39d20837 Mon Sep 17 00:00:00 2001 From: Peter Wilmott Date: Mon, 10 Aug 2015 19:12:26 +0100 Subject: Keep the web application out of docker --- web/lib/helpers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/web/lib/helpers.rb b/web/lib/helpers.rb index d01e39d..13c6834 100644 --- a/web/lib/helpers.rb +++ b/web/lib/helpers.rb @@ -36,6 +36,7 @@ module Archive end case + when name =~ /^web/ when File.file?(name) outputter.add_file_simple(name, stats) do |os| stats[:current] = 0 -- cgit v1.2.3-65-gdbad