Dockerfile changes

This commit is contained in:
Conor 2020-01-24 15:43:23 +01:00
parent a15e924235
commit 402db3a03f

View file

@ -6,7 +6,6 @@ RUN unzip /tmp/terraform.zip
RUN mv terraform /usr/bin/
COPY git-askpass-helper.sh /usr/bin/git-pass
COPY shared-creds /root/.aws/credentials
RUN mkdir /atmos
COPY atmos.py credentials.py workspaces.py /atmos/