lib/10-copy-source.docker
changeset 23 0d1bd8c1cf85
child 32 a35e009c98ac
equal deleted inserted replaced
22:06b955c7b673 23:0d1bd8c1cf85
       
     1 
       
     2 # add current working copy
       
     3 COPY exim/ /home/eximtest/exim/
       
     4 
       
     5 # add additional files
       
     6 # (sudoers, Local/Makefile)
       
     7 COPY platforms/<platform>/root/ /
       
     8 
       
     9 # prepare the build - files need to be owned
       
    10 # by eximtest
       
    11 WORKDIR /home/eximtest
       
    12 RUN chown -R eximtest: .