mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-29 01:42:38 +00:00
9 lines
117 B
YAML
9 lines
117 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
sut:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.test
|
|
command: npm test
|