7 lines
93 B
YAML
7 lines
93 B
YAML
version: '3'
|
|
|
|
services:
|
|
node-app:
|
|
container_name: node-app-test
|
|
command: yarn test
|