insomnia/docker-compose.yml
Gregory Schier 10564b56a2 Final prep for v5 launch (#128)
* Version number and changelog scroll

* Fixed CodeMirror tooltip css

* AUtocomplete dropdown styling

* Docker Ubuntu build and some tweaks

* Fix SSL verificatioN

* Don't show SSL data

* Update README

* Fixed URL paste handler

* Import from curl improvements

* Minor things
2017-04-04 16:06:43 -07:00

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'