version: '3.8'
services:
  soar_api_test:
    build:
      context: ..
      dockerfile: docker/Dockerfile
    volumes:
      - ../:/app
    command: "pytest"
    container_name: soar_api_test