From f717ed4e04c2267fabe0a30db7772233e187b18c Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sun, 21 May 2017 15:40:28 -0700 Subject: [PATCH] Include the .git directory when copying files Useful to push / pull later on when the user is running --- builder/detectors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/detectors.py b/builder/detectors.py index 7239a437..3883a250 100644 --- a/builder/detectors.py +++ b/builder/detectors.py @@ -81,6 +81,7 @@ class PythonBuildPack(BuildPack): cmd = [ 's2i', 'build', + '--exclude', '""', workdir, self.runtime_builder_map[self.runtime], output_image_spec