From 66245d30947f3177ab6cddbf499b22698c3d944d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 May 2020 23:37:44 -0400 Subject: Reorganize both dev and prod container builds Use only one (templated) docker file for both builds. Move to two-stage container builds in order to save space in the final image. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f772abd40c..6d94544a22 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ rsyslog.pid /tower-license /tower-license/** tools/prometheus/data +tools/docker-compose/Dockerfile # Tower setup playbook testing setup/test/roles/postgresql -- cgit v1.2.3