You've already forked dcmerge
							
							
		
			
				
	
	
		
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
services:
 | 
						|
  frontend:
 | 
						|
    command:
 | 
						|
      - /usr/bin/cp
 | 
						|
      - --recursive
 | 
						|
      - --force
 | 
						|
      - /tmp/foo.txt
 | 
						|
      - /tmp/bar.txt
 | 
						|
    image: library/frontend:latest
 |