Remove atmos config from dockerfile
This commit is contained in:
parent
ac4fb7a939
commit
2bb6dfb52b
1 changed files with 1 additions and 2 deletions
|
|
@ -6,5 +6,4 @@ RUN unzip /tmp/terraform.zip
|
||||||
RUN mv terraform /usr/bin/
|
RUN mv terraform /usr/bin/
|
||||||
|
|
||||||
COPY shared-creds /root/.aws/credentials
|
COPY shared-creds /root/.aws/credentials
|
||||||
COPY atmos.py /usr/bin/atmos
|
COPY atmos.py /usr/bin/atmos
|
||||||
COPY atmos.config /root/.config/atmos.config
|
|
||||||
Loading…
Add table
Reference in a new issue