version: '3.7' services: lilium: image: lilium-front restart: always command: ['npm', 'run', 'test:unit:ci'] build: context: . dockerfile: Dockerfile target: test