mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
10 lines
208 B
YAML
10 lines
208 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
app:
|
||
|
build: '.'
|
||
|
command: 'bash -c "npm install && npm run build-n-package:linux"'
|
||
|
volumes:
|
||
|
- './dist:/insomnia/dist'
|
||
|
environment:
|
||
|
- 'NODE_ENV=development'
|