services:
  worker:
    build:
      context: .
      dockerfile: Dockerfile
      target: deploy
    ports:
      - "9001:9001"

  unit-lint:
    build:
      context: .
      dockerfile: Dockerfile
      target: unit-lint
