Simplify Molecule developemnt (#193)

This commit is contained in:
Przemyslaw Rzad 2019-08-23 08:43:46 +02:00 committed by GitHub
parent f72ca7d38f
commit c39e81f97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1,5 +1,4 @@
FROM python:3.7-stretch FROM python:3.7-stretch
RUN curl -fsSL https://get.docker.com | sh RUN curl -fsSL https://get.docker.com | sh
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8 RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
WORKDIR runner WORKDIR mono/deployment
COPY . .

@ -9,3 +9,4 @@ services:
privileged: true privileged: true
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- ../..:/mono