0
0
Fork 0
salix-front-mindshore-fork2/docker-compose.test.yml

11 lines
235 B
YAML

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