Merge COPY lines in etcd Dockerfile

This commit is contained in:
David Osztertag 2016-05-05 15:18:55 +02:00
parent 68af7dc141
commit 9e4bc8cee6

View File

@ -16,5 +16,4 @@ FROM BASEIMAGE
MAINTAINER Dawn Chen <dawnchen@google.com>
EXPOSE 2379 2380 4001 7001
COPY etcd /usr/local/bin/
COPY etcdctl /usr/local/bin/
COPY etcd etcdctl /usr/local/bin/