Simplify Molecule developemnt (#193)
This commit is contained in:
parent
f72ca7d38f
commit
c39e81f97d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user