mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
24dfa98df0
* Fix SSL validation * Minor bug fixes * Update appveyor * Fix select colors * Updated Dockerfile
11 lines
236 B
YAML
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'
|