Browse Source

Updated test_docker.sh

maziggy 7 tháng trước cách đây
mục cha
commit
78cbd58d7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test_docker.sh

+ 1 - 1
test_docker.sh

@@ -194,7 +194,7 @@ if [ "$RUN_INTEGRATION" = true ]; then
         print_info "Starting application container..."
         print_info "Starting application container..."
 
 
         # Start the integration container
         # Start the integration container
-        sudo docker compose -f docker-compose.test.yml up -d integration
+        sudo docker compose -f docker-compose.test.yml up --remove-orphans -d integration
 
 
     # Wait for health check
     # Wait for health check
     print_info "Waiting for application to be healthy..."
     print_info "Waiting for application to be healthy..."