forked from verdnatura/salix-front
11 lines
235 B
YAML
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
|