mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2026-03-21 06:39:22 +00:00
8 lines
143 B
YAML
8 lines
143 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
sut:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.test
|
|
command: npm run test |