mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
refactor copy commands
This commit is contained in:
parent
882f424b55
commit
7b47d69226
12
Dockerfile
12
Dockerfile
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user