Skip to content

Commit

Permalink
reduced needed layers
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Mar 13, 2016
1 parent 2870189 commit 66e874f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ MAINTAINER [email protected]

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

Expand Down

0 comments on commit 66e874f

Please sign in to comment.