Fix path error in docker-compose command
This commit is contained in:
		
							parent
							
								
									46590874a7
								
							
						
					
					
						commit
						45755aff0b
					
				@ -118,7 +118,7 @@ export TAG=$image_tag
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if [[ $build_images ]]; then
 | 
					if [[ $build_images ]]; then
 | 
				
			||||||
  echo "#################### Building the $app_name Docker images ####################"
 | 
					  echo "#################### Building the $app_name Docker images ####################"
 | 
				
			||||||
  docker-compose -p .. -f ../../docker-compose.yml build
 | 
					  docker-compose -p ../.. -f ../../docker-compose.yml build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Remove temporary images
 | 
					  # Remove temporary images
 | 
				
			||||||
  docker rmi $(docker images -qf "dangling=true") 
 | 
					  docker rmi $(docker images -qf "dangling=true") 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user