You've already forked dcmerge
							
							test(service): adapt exptected result of the command attribut
This commit is contained in:
		@@ -1,8 +1,9 @@
 | 
			
		||||
services:
 | 
			
		||||
  backend:
 | 
			
		||||
    image: library/backend:latest
 | 
			
		||||
  frontend:
 | 
			
		||||
    depends_on:
 | 
			
		||||
      backend:
 | 
			
		||||
        condition: service_completed_successfully
 | 
			
		||||
    command:
 | 
			
		||||
      - /usr/bin/cp
 | 
			
		||||
      - --recursive
 | 
			
		||||
      - --force
 | 
			
		||||
      - /tmp/foo.txt
 | 
			
		||||
      - /tmp/bar.txt
 | 
			
		||||
    image: library/frontend:latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user