version: "2.1"
services:
    ## SUT & test runner
    service-authorization-lib-unit-tests:
        build: .
        volumes:
            - ./package.json:/opt/app/package.json
            - ./src:/opt/app/src
            - ./tests:/opt/app/tests
        entrypoint: npm run test
