added build on install

This commit is contained in:
Chris
2025-08-13 15:21:45 -07:00
parent 66a5917bd6
commit ea586ebf1e

View File

@@ -100,6 +100,7 @@ echo " [OK]"
echo "Starting Canine on port $port..."
# Start docker compose in the background
docker compose build
PORT=$port DOCKER_SOCKET="$DOCKER_SOCKET" docker compose up -d
# Function to check if port is ready