From 66e874f25ca23d3375c952f1b23722e2140fa349 Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 13 Mar 2016 19:46:43 +0100 Subject: [PATCH] reduced needed layers --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0793df8..60b730b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,9 @@ MAINTAINER think@hotmail.de RUN pip install pyaml -ADD bin /bin +COPY bin /bin COPY compose_format /usr/local/lib/python3.5/site-packages/compose_format -ADD features / -ADD Dockerfile / -ADD README.md / +COPY ["features/*.feature", "Dockerfile", "README.md", "/"] RUN chmod +x /bin/compose_format