refactor copy commands

This commit is contained in:
Christopher A. Mosher 2015-07-29 00:09:42 -04:00
parent 882f424b55
commit 7b47d69226
1 changed files with 2 additions and 10 deletions

View File

@ -28,17 +28,9 @@ WORKDIR /root/
COPY config.site /usr/local/share/
COPY bootstrap ./
COPY bootstrap configure.ac Makefile.am ./
COPY NEWS ./
COPY README ./
COPY AUTHORS ./
COPY ChangeLog ./
COPY COPYING* ./
COPY configure.ac ./
COPY Makefile.am ./
COPY NEWS README AUTHORS ChangeLog COPYING* ./
COPY src/ ./src/
COPY conf/ ./conf/