mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10564b56a2
* 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
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'
|