mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
11 lines
152 B
YAML
11 lines
152 B
YAML
version: '3.5'
|
|
|
|
services:
|
|
contracts-env:
|
|
build:
|
|
context: ./
|
|
working_dir: /src
|
|
command: npm run run-env
|
|
volumes:
|
|
- ./:/src
|