version: '3.8' services: soar_flasgger_test: build: context: .. dockerfile: docker/Dev.Dockerfile restart: unless-stopped ports: - "5000:5000" container_name: soar_flasgger_test environment: - PYTHONDONTWRITEBYTECODE=1 volumes: - ../:/app command: "python3 -m unittest discover"