diff options
author | Bill Nottingham <notting@splat.cc> | 2020-05-13 05:37:44 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2020-05-14 21:02:32 +0200 |
commit | 66245d30947f3177ab6cddbf499b22698c3d944d (patch) | |
tree | b5274b198d22c9e2fe79daae78d22f960f58ff69 /.gitignore | |
parent | Install config-watcher as 0755 rather than chmod'ing it later (diff) | |
download | awx-66245d30947f3177ab6cddbf499b22698c3d944d.tar.xz awx-66245d30947f3177ab6cddbf499b22698c3d944d.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |