mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
8 lines
133 B
YAML
8 lines
133 B
YAML
|
version: "3.5"
|
||
|
services:
|
||
|
dlp-contracts:
|
||
|
build:
|
||
|
context: ./
|
||
|
dockerfile: ./Dockerfile_test
|
||
|
command: npm run test
|