From 2bb6dfb52be7363656ae7a1cf87c9fc5ab7c36e7 Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Wed, 10 Apr 2019 14:14:20 +0200 Subject: [PATCH] Remove atmos config from dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bcbeb76..40190e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,4 @@ RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/ COPY shared-creds /root/.aws/credentials -COPY atmos.py /usr/bin/atmos -COPY atmos.config /root/.config/atmos.config \ No newline at end of file +COPY atmos.py /usr/bin/atmos \ No newline at end of file