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