insomnia/docker-compose.yml
Gregory Schier 24dfa98df0 A bunch of fixes after the 5.0 launch (#133)
* Fix SSL validation

* Minor bug fixes

* Update appveyor

* Fix select colors

* Updated Dockerfile
2017-04-05 19:30:28 -07:00

11 lines
236 B
YAML

version: '2'
services:
app:
build: '.'
command: 'bash -c "npm install && npm run build-n-package:linux"'
volumes:
- './dist/linux:/insomnia/dist'
- '.:/insomnia'
environment:
- 'NODE_ENV=development'