Guest User

Untitled

a guest
Oct 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. FROM ubuntu:16.04
  2. :
  3. :
  4. RUN git clone <url>
  5. :
  6.  
  7. FROM ubuntu:16.04
  8. :
  9. :
  10. if exists <repo-name>
  11. COPY <repo-name>
  12. else
  13. RUN git clone <url>
  14. :
Add Comment
Please, Sign In to add comment