mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
40b2bf3c78
* Statically linked Curl for linux builds with Docker * Test Travis Docker * Try fix blocking i/o * Try a package * Fixed linux build * Try hack * Fix icons? * Icon color * Re-enable osx builds * Remove libcurl3 dependency requirements * Update electronbuilder config
7 lines
138 B
YAML
7 lines
138 B
YAML
version: '3'
|
|
services:
|
|
package:
|
|
build: .
|
|
volumes:
|
|
- ./packages/insomnia-app/dist:/src/insomnia/packages/insomnia-app/dist
|