start 165 B

123456
  1. #!/bin/bash
  2. docker-compose up -d
  3. echo "Initiating bi-directional sync between host & containers..."
  4. bin/copydirall
  5. echo "All containers have started successfully."