#!/bin/bash
docker-compose up -d

if [[ "$OSTYPE" != "linux-gnu" ]]; then
  echo "Initiating bi-directional sync between host & containers..."
  bin/copydirall
  echo "All containers have started successfully."
fi